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

In This Topic
    OldRange Property (RangeEventArgs)
    In This Topic
    Gets the range selected before the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldRange As CellRange
    public CellRange OldRange {get;}
    See Also