Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ViewportEventArgs Class / OldIndex Property


In This Topic
    OldIndex Property
    In This Topic
    Gets the index of the previous viewport index.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldIndex As Integer
    'Usage
     
    Dim instance As ViewportEventArgs
    Dim value As Integer
     
    value = instance.OldIndex
    public int OldIndex {get;}

    Property Value

    The index of the previous viewport index.
    See Also