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
SyntaxC#
Copy Code
|
|---|
public CellRange Range { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Range As CellRange |
An instance of the CellRange class.
RemarksIf there is more than one selected cell range, this property returns the first range.
See Also