Search
RowCollection.Remove Method (Int32)
See Also
 






Removes the row at the specified index.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Remove (
    int index
)

Visual Basic  Copy Code

Public Sub Remove( _
    index As Integer _
)

 Parameters

index

The zero-based index of the row to remove.

 See Also