Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / GetFilteredInRows Method
Column index


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

Parameters

columnIndex
Column index
See Also