FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RangeEventArgs Class / NewRange Property

In This Topic
    NewRange Property (RangeEventArgs)
    In This Topic
    Gets the range that will be selected after the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewRange As CellRange
    public CellRange NewRange {get;}
    See Also