A Sandcastle Documented Class Library
DeleteRow Method (index, cascade)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► DeleteRow(Int32, Boolean)
Deletes a row

C# | Visual Basic | Visual C++ |
public void DeleteRow( int index, bool cascade )
Public Sub DeleteRow ( _ index As Integer, _ cascade As Boolean _ )
public: void DeleteRow( int index, bool cascade )

- index (Int32)
- Index of row to delete
- cascade (Boolean)
- if true, the row is removed and rows after the row specified are cascaded upwards. if false, the rows are only emptied