Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread 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;}
    See Also