A Sandcastle Documented Class Library
DeleteRows Method (row, numberOfRows, cascade)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► DeleteRows(Row, Int32, Boolean)
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
- cascade (Boolean)
- if true, the rows are removed and rows after the row specified are cascaded upwards. if false, the rows are only emptied