Version

SetFilterCellCompOperator Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Set a filter cells comparison operator", Documentation="Set the comparison operator for filter cell [%a1] to [%a2]")>
Sub SetFilterCellCompOperator( _
   ByVal sFilterCell As System.String, _
   ByVal oCompOperator As System.Object _
) 
[TypeInfoMethod(Description="Set a filter cells comparison operator", Documentation="Set the comparison operator for filter cell [%a1] to [%a2]")]
void SetFilterCellCompOperator( 
   System.string sFilterCell,
   System.object oCompOperator
)
[TypeInfoMethod(Description="Set a filter cells comparison operator", Documentation="Set the comparison operator for filter cell [%a1] to [%a2]")]
void SetFilterCellCompOperator( 
   System.string* sFilterCell,
   System.Object* oCompOperator
) 

Parameters

sFilterCell
oCompOperator
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