Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HideRowFilter Class / GetFilteredColumnIndexes Method


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