Version

FilterTreeItemExpand Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Sets the check state for a node in the Excel Style Filter tree for a field to unchecked.", Documentation="Expands node [%a2] in the Excel Style Filter tree for field [%a1].")>
Sub FilterTreeItemExpand( _
   ByVal sHeaderArg As System.String, _
   ByVal oFilterTreePath As System.Object _
) 
[TypeInfoMethod(Description="Sets the check state for a node in the Excel Style Filter tree for a field to unchecked.", Documentation="Expands node [%a2] in the Excel Style Filter tree for field [%a1].")]
void FilterTreeItemExpand( 
   System.string sHeaderArg,
   System.object oFilterTreePath
)
[TypeInfoMethod(Description="Sets the check state for a node in the Excel Style Filter tree for a field to unchecked.", Documentation="Expands node [%a2] in the Excel Style Filter tree for field [%a1].")]
void FilterTreeItemExpand( 
   System.string* sHeaderArg,
   System.Object* oFilterTreePath
) 

Parameters

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