Spread WinForms 15
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()
See Also