Version

FilterTreeSearch Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Set the search criteria for the tree in the Excel Style Filtering filter drop down.", Documentation="Seach for all items in the Filter tree with [%a2] in the display text for field [%a1].")>
Sub FilterTreeSearch( _
   ByVal sHeaderArg As System.String, _
   ByVal sSearchText As System.String _
) 
[TypeInfoMethod(Description="Set the search criteria for the tree in the Excel Style Filtering filter drop down.", Documentation="Seach for all items in the Filter tree with [%a2] in the display text for field [%a1].")]
void FilterTreeSearch( 
   System.string sHeaderArg,
   System.string sSearchText
)
[TypeInfoMethod(Description="Set the search criteria for the tree in the Excel Style Filtering filter drop down.", Documentation="Seach for all items in the Filter tree with [%a2] in the display text for field [%a1].")]
void FilterTreeSearch( 
   System.string* sHeaderArg,
   System.string* sSearchText
) 

Parameters

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