Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Fri Jan 28, 2011 4:22 pm

Hi.
Is there a way to delete some rows (not only content, the entire row...) from a document table?
For example,

    remove all rows except the header,
    remove rows from index=2 to the end
    remove rows 12 and 14....

Thanks

flaviob
 
Posts: 4
Joined: Mon Jan 17, 2011 10:31 am

Fri Jan 28, 2011 4:29 pm

...found !

table.rows.remove(_row);

... :lol:

flaviob
 
Posts: 4
Joined: Mon Jan 17, 2011 10:31 am

Return to Spire.Doc

cron