How to insertRow Row in Table

Hi.
I have sucessfully created Table,First Row and Cells.
How to insert 2nd row with similar cell width as given in firstRow Cell width.
Regards.
Sunil

Hi
Thanks for your inquiry. You should just call EndRow() method and start generate next row. Please see the following link to learn how to generate table using DocumentBuilder.
https://docs.aspose.com/words/net/introduction-and-creating-tables/
Hope this helps.
Best regards.

Hi.
That is ok , I have to give Cellwidth again.
Sunil