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


In This Topic
    Column Property (TextTipFetchEventArgs)
    In This Topic
    Gets the column index of the cell that is clicked.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As TextTipFetchEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also