Version

FilterTreeItemCollapse Method (DataPresenterRecordProxyBase)

Sets the expansion state for a node in the Excel Style Filter tree for a column to collapsed.
Syntax
'Declaration
 
Public Sub FilterTreeItemCollapse( _
   ByVal sHeaderArg As System.String, _
   ByVal oFilterTreePath As System.Object _
) 
public void FilterTreeItemCollapse( 
   System.string sHeaderArg,
   System.object oFilterTreePath
)
public: void FilterTreeItemCollapse( 
   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