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
C#
![]() |
---|
public CellRange Item [ |
Visual Basic
![]() |
---|
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.
If 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.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |