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





Inserts a new row at the specified index.

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

 Syntax

C#  Copy Code

public void Insert (
    int index
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer _
)

 Parameters

index

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

 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