Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarDropDownSelectionChangingEventArgs Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (FilterBarDropDownSelectionChangingEventArgs)
    In This Topic
    Specifies the column index.
    Syntax
    'Declaration
     
    
    Public Property ColumnIndex As Integer
    'Usage
     
    
    Dim instance As FilterBarDropDownSelectionChangingEventArgs
    Dim value As Integer
     
    instance.ColumnIndex = value
     
    value = instance.ColumnIndex
    public int ColumnIndex {get; set;}
    See Also