Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / GetFilteredColumnIndexes Method


In This Topic
    GetFilteredColumnIndexes Method (IRowFilter)
    In This Topic
    Gets an array of column indexes where row filters exist.
    Syntax
    'Declaration
     
    
    Function GetFilteredColumnIndexes() As Integer()
    'Usage
     
    
    Dim instance As IRowFilter
    Dim value() As Integer
     
    value = instance.GetFilteredColumnIndexes()
    int[] GetFilteredColumnIndexes()
    See Also