Version

SelectFilter Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Set the label icon filter value", Documentation="Sets the label icon filter value for field [%a1] to [%a2]")>
Sub SelectFilter( _
   ByVal sHeaderArg As System.String, _
   ByVal sFilterValue As System.String _
) 
[TypeInfoMethod(Description="Set the label icon filter value", Documentation="Sets the label icon filter value for field [%a1] to [%a2]")]
void SelectFilter( 
   System.string sHeaderArg,
   System.string sFilterValue
)
[TypeInfoMethod(Description="Set the label icon filter value", Documentation="Sets the label icon filter value for field [%a1] to [%a2]")]
void SelectFilter( 
   System.string* sHeaderArg,
   System.string* sFilterValue
) 

Parameters

sHeaderArg
sFilterValue
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