Version

SetFilter Method (WinGridReplayServerBase)

Applies a filter to a column
Syntax
'Declaration
 
Public Overridable Sub SetFilter( _
   ByVal column As System.String, _
   ByVal filterValue As System.String _
) 
public virtual void SetFilter( 
   System.string column,
   System.string filterValue
)

Parameters

column
Column is a column key or column index
filterValue
String value of filter to be applied
Remarks

For the column argument, use �n;name� format where n is the band level (0 based) and name is the column key or column index. FilterValue is a string representation of the filter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also