Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiValuesFilterItem Class / Filter Method
Model column index


In This Topic
Filter Method (MultiValuesFilterItem)
In This Topic
Filters the specified column of the sheet.
Syntax
'Declaration
 
Public Overrides Function Filter( _
   ByVal columnIndex As Integer _
) As Integer()
 
'Usage
 
Dim instance As MultiValuesFilterItem
Dim columnIndex As Integer
Dim value() As Integer
 
value = instance.Filter(columnIndex)

Parameters

columnIndex
Model column index

Return Value

An integer array of filters of filtered rows
See Also