Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.CellEventArgs Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (DefaultSheetDataModel.CellEventArgs)
    In This Topic
    Index of the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnIndex As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel.CellEventArgs
    Dim value As Integer
     
    value = instance.ColumnIndex
    public int ColumnIndex {get;}
    See Also