FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangedEventArgs Class / Range Property


In This Topic
Range Property (SelectionChangedEventArgs)
In This Topic
Gets the range of cells encompassing the selection.
Syntax
'Declaration
 
Public ReadOnly Property Range As CellRange
 
'Usage
 
Dim instance As SelectionChangedEventArgs
Dim value As CellRange
 
value = instance.Range
See Also