Spread for ASP.NET 12 Product Documentation
SetIsFiltered Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IRowFilter Interface : SetIsFiltered Method
Column index
Whether the column is filtered
Internal use only. Sets the isFiltered flag for the existing column filter.
Syntax
'Declaration
 
Sub SetIsFiltered( _
   ByVal columnIndex As Integer, _
   ByVal isFiltered As Boolean _
) 
'Usage
 
Dim instance As IRowFilter
Dim columnIndex As Integer
Dim isFiltered As Boolean
 
instance.SetIsFiltered(columnIndex, isFiltered)
void SetIsFiltered( 
   int columnIndex,
   bool isFiltered
)

Parameters

columnIndex
Column index
isFiltered
Whether the column is filtered
See Also

Reference

IRowFilter Interface
IRowFilter Members