LR
Lokesh R
Syncfusion Team
December 23, 2009 12:55 PM UTC
Hi Sheila,
Thank you for your interest on Syncfusion Products.
The statement IWorksheet.DeleteRow(int index,int count)
is actually meant for deleting the rows.
The Delete Row method contains two arguments.
Index-->Position of the row to be deleted
count--->no of rows to be deleted from the mentioned index
since the excel sheet will automatically shifts the contents once the rows get deleted.so, you may feel that its just clearing the contents.
Let me know if you have any queries.
regards,
R.lokesh