Version

SetFilterCellCompOperator Method (XamGridProxyBase)

Set the filter comparison operator for the supplied filter cell
Syntax
'Declaration
 
Public Sub SetFilterCellCompOperator( _
   ByVal sFilterCell As System.String, _
   ByVal oCompOperator As System.Object _
) 
public void SetFilterCellCompOperator( 
   System.string sFilterCell,
   System.object oCompOperator
)
public: void SetFilterCellCompOperator( 
   System.string* sFilterCell,
   System.Object* oCompOperator
) 

Parameters

sFilterCell
path to the filter cell
oCompOperator
string or enumerated value representing the comparison type
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