Gets a CellRange object representing the selected range of cells, or null (Nothing in Visual Basic), if the selection is empty.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public CellRange Range { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Range As CellRange |
An instance of the CellRange class.
If there is more than one selected cell range, this property returns the first range.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |