Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetFilteredColumn Method / SetFilteredColumn(Int32,String) Method
Column index
String by which to filter the rows in this column; item in the filter drop-down list


In This Topic
SetFilteredColumn(Int32,String) Method
In This Topic
Internal Use: Applies the row filtering to the specified column when the specified filter item is selected from the drop-down list. (Internal use only.)
Syntax
'Declaration
 
Public Overloads Sub SetFilteredColumn( _
   ByVal column As Integer, _
   ByVal filterBy As String _
) 
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim filterBy As String
 
instance.SetFilteredColumn(column, filterBy)

Parameters

column
Column index
filterBy
String by which to filter the rows in this column; item in the filter drop-down list
See Also