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( _ |
A string identifying the range to get, in the format 'A1:B2'.
A CellRange object that can be used to manipulate the cells in the range.
RemarksIf the specified range includes a worksheet, this worksheet must be the same as the worksheet associated with the collection. Otherwise an ArgumentException will be raised.
See Also