Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnViewportWidthChangedEventArgs Class / ViewportIndex Property


In This Topic
    ViewportIndex Property (ColumnViewportWidthChangedEventArgs)
    In This Topic
    Gets the index of the viewport column whose width has changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportIndex As Integer
    'Usage
     
    Dim instance As ColumnViewportWidthChangedEventArgs
    Dim value As Integer
     
    value = instance.ViewportIndex
    public int ViewportIndex {get;}

    Property Value

    The index of the viewport column whose width has changed.
    See Also