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





Inserts the specified number of rows at the specified index.

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

 Syntax

C#  Copy Code

public void Insert (
    int index,
    int count
)

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index where the rows should be inserted.

count

The number of rows to insert.

 Remarks

This method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.

 See Also

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