Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilteredColumnEventArgs Class / Col Property
Example


In This Topic
    Col Property
    In This Topic
    Gets or sets the filter column.
    Syntax
    'Declaration
     
    Public Property Col As Integer
    'Usage
     
    Dim instance As AutoFilteredColumnEventArgs
    Dim value As Integer
     
    instance.Col = value
     
    value = instance.Col
    public int Col {get; set;}
    Example
    This example uses the AutoFilteredColumn event.
    See Also