We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How can I split this part and turn one line into multiple lines?

How can I split this part and turn one line into multiple lines?





1 Reply

AA Akash Arul Syncfusion Team January 3, 2023 05:57 PM UTC

From the given details, we found that your requirement is to split one row into multiple rows. In order to achieve the requirement, we suggest you to do the following.

1. Open the Word document and take the table.
2. Take the required row and clone it using the Clone API.
3. Then insert the cloned row in the required position using Insert API.
4. Save the Word document.

We have prepared a sample to split the row into multiple rows and attached here. Kindly refer to the attachment.
Note: The input document in in the “Data” folder. 


Attachment: ConvertOneRowIntoMultipleRows_b8ce9269.zip

Loader.
Up arrow icon