Spread for ASP.NET 12 Product Documentation
SetFilteredColumn Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IFilterSupport Interface : SetFilteredColumn Method
Column index
String that contains what to filter by
Internal Use: Sets a column as filtered, and passes the selected drop-down list string by which to filter.
Syntax
'Declaration
 
Sub SetFilteredColumn( _
   ByVal columnIndex As Integer, _
   ByVal filterBy As String _
) 
'Usage
 
Dim instance As IFilterSupport
Dim columnIndex As Integer
Dim filterBy As String
 
instance.SetFilteredColumn(columnIndex, filterBy)
void SetFilteredColumn( 
   int columnIndex,
   string filterBy
)

Parameters

columnIndex
Column index
filterBy
String that contains what to filter by
See Also

Reference

IFilterSupport Interface
IFilterSupport Members