Search
Selection.Range Property
See Also
 






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

 Syntax

C#  Copy Code

public CellRange Range { get; }

Visual Basic  Copy Code

Public ReadOnly Property Range As CellRange

 Property Value

An instance of the CellRange class.

 Remarks

If there is more than one selected cell range, this property returns the first range.

 See Also