Spread for ASP.NET 12 Product Documentation
SetColumnFilterBy Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IRowFilter Interface : SetColumnFilterBy Method
Columnn index
String that contains the filter selection
Internal use only. Sets the string selected in the drop-down list of filters for the specified column.
Syntax
'Declaration
 
Sub SetColumnFilterBy( _
   ByVal modelColumnIndex As Integer, _
   ByVal filterBy As String _
) 
'Usage
 
Dim instance As IRowFilter
Dim modelColumnIndex As Integer
Dim filterBy As String
 
instance.SetColumnFilterBy(modelColumnIndex, filterBy)
void SetColumnFilterBy( 
   int modelColumnIndex,
   string filterBy
)

Parameters

modelColumnIndex
Columnn index
filterBy
String that contains the filter selection
See Also

Reference

IRowFilter Interface
IRowFilter Members