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