Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterColumnDefinitionCollection Class / GetColumnIndexes Method
Example


In This Topic
    GetColumnIndexes Method
    In This Topic
    Gets an array of column indexes where filter column definitions exist.
    Syntax
    'Declaration
     
    
    Public Function GetColumnIndexes() As Integer()
    'Usage
     
    
    Dim instance As FilterColumnDefinitionCollection
    Dim value() As Integer
     
    value = instance.GetColumnIndexes()
    public int[] GetColumnIndexes()

    Return Value

    Integer array containing the column indexes
    Example
    This example returns the index of the column.
    See Also