Version

FilterTreeItemExpand Method (DataPresenterRecordProxyBase)

Sets the expansion state for a node in the Excel Style Filter tree for a column to expanded.
Syntax
'Declaration
 
Public Sub FilterTreeItemExpand( _
   ByVal sHeaderArg As System.String, _
   ByVal oFilterTreePath As System.Object _
) 
public void FilterTreeItemExpand( 
   System.string sHeaderArg,
   System.object oFilterTreePath
)
public: void FilterTreeItemExpand( 
   System.string* sHeaderArg,
   System.Object* oFilterTreePath
) 

Parameters

sHeaderArg
string text path to the column header containing the filter button
oFilterTreePath
Integer index, string DisplayText or array of value types representing the FilterTree node.
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