Gets a RowRange object that can be used to manipulate the rows in the specified range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public RowRange Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the top row in the range.
The zero-based index of the bottom row in the range.
A RowRange object that can be used to manipulate the rows in the range.
See Also