Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / GetFilteredInRows Method
Column index


In This Topic
GetFilteredInRows Method (DefaultRowFilter)
In This Topic
Internal use only. Gets the rows that are filtered in for the specified column.
Syntax
'Declaration
 
Public Function GetFilteredInRows( _
   ByVal columnIndex As Integer _
) As Integer()
 
'Usage
 
Dim instance As DefaultRowFilter
Dim columnIndex As Integer
Dim value() As Integer
 
value = instance.GetFilteredInRows(columnIndex)

Parameters

columnIndex
Column index
See Also