Adds a range of rows to the selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void AddRows ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddRows( _ |
The index of the first rows in the range.
The number of rows to add.
See Also