Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangingEventArgs Class / Range Property


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