A Sandcastle Documented Class Library
DeleteRows Method (row, numberOfRows)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► DeleteRows(Row, Int32)
Delete a specific number of rows starting from a row instance


- row (Row)
- Instance of row from which the rows are deleted
- numberOfRows (Int32)
- Number of rows to delete

The rows are removed and rows after the row specified
are cascaded upwards.