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