Removes the specified number of rows at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
The zero-based index of the first row to remove.
The number of rows to remove.
See Also