MindFusion.Wpf Pack Programmer's Guide
RowCollection.Remove Method (Int32)
See Also
 





Removes the row at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

Remove Method Overload List
RowCollection Members
RowCollection Class
MindFusion.Spreadsheet.Wpf Namespace