Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Column Class / AutoFilterIndex Property
Example


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;}
    Example
    This example uses the AutoFilterIndex property.
    See Also