Inserts the specified number of rows at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
The zero-based index where the rows should be inserted.
The number of rows to insert.
RemarksThis method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.
See Also