Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / SetFilteredInRowList Method
Column index
Integer array or list of row indexes


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

Parameters

columnIndex
Column index
rowList
Integer array or list of row indexes
See Also