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


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

    Property Value

    The index of the new viewport index.
    See Also