Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / ActualColumnLayoutIndex Property


In This Topic
    ActualColumnLayoutIndex Property
    In This Topic
    Gets the actual column index in layout
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualColumnLayoutIndex As Integer
    'Usage
     
    
    Dim instance As CellClickEventArgs
    Dim value As Integer
     
    value = instance.ActualColumnLayoutIndex
    public int ActualColumnLayoutIndex {get;}
    See Also