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





Removes the specified number of rows at the specified index.

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

 Syntax

C#  Copy Code

public void Remove (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub Remove( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

The zero-based index of the first row to remove.

count

The number of rows to remove.

 See Also

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