Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeFilteredEventArgs Class / Column Property


In This Topic
    Column Property (RangeFilteredEventArgs)
    In This Topic
    Gets the index of the column that was automatically filtered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As RangeFilteredEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}

    Property Value

    The index of the column that was automatically filtered.
    See Also