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


In This Topic
    AutoFilterIndex Property (Column)
    In This Topic
    Gets or sets the automatic filter index for the column.
    Syntax
    'Declaration
     
    
    Public Property AutoFilterIndex As Integer
    'Usage
     
    
    Dim instance As Column
    Dim value As Integer
     
    instance.AutoFilterIndex = value
     
    value = instance.AutoFilterIndex
    public int AutoFilterIndex {get; set;}
    See Also