Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / SetFilteredInRowList Method
Column index
List of rows


In This Topic
SetFilteredInRowList Method (DefaultRowFilter)
In This Topic
Internal use only. Sets the list of rows currently filtered-in for a specified column containing a filter definition.
Syntax
'Declaration
 
Public Sub SetFilteredInRowList( _
   ByVal columnIndex As Integer, _
   ByVal rowList() As Integer _
) 
 
'Usage
 
Dim instance As DefaultRowFilter
Dim columnIndex As Integer
Dim rowList() As Integer
 
instance.SetFilteredInRowList(columnIndex, rowList)

Parameters

columnIndex
Column index
rowList
List of rows
See Also