A Sandcastle Documented Class Library
DeleteRow Method (index)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► DeleteRow(Int32)
Deletes a row
Declaration Syntax| C# | Visual Basic | Visual C++ |
public void DeleteRow( int index )
Public Sub DeleteRow ( _ index As Integer _ )
public: void DeleteRow( int index )
Parameters- index (Int32)
- Index of row to delete
RemarksThe row is removed and rows after the row specified
are cascaded upwards.