Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollTipFetchEventArgs Class / Column Property


In This Topic
    Column Property (ScrollTipFetchEventArgs)
    In This Topic
    Gets the new left column index. If the user changes the vertical scrollbar, this value is -1.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ScrollTipFetchEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also