Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeftChangeEventArgs Class / ColumnViewportIndex Property


In This Topic
    ColumnViewportIndex Property
    In This Topic
    Gets the index of the viewport column in which the change occurred.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnViewportIndex As Integer
    'Usage
     
    
    Dim instance As LeftChangeEventArgs
    Dim value As Integer
     
    value = instance.ColumnViewportIndex
    public int ColumnViewportIndex {get;}
    See Also