Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterColumnDefinition Class / ColumnIndex Property
Example


In This Topic
    ColumnIndex Property (FilterColumnDefinition)
    In This Topic
    Gets the column index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnIndex As Integer
    'Usage
     
    
    Dim instance As FilterColumnDefinition
    Dim value As Integer
     
    value = instance.ColumnIndex
    public int ColumnIndex {get;}

    Property Value

    Integer column index
    Example
    This example sets a row filter.
    See Also