Version

FilterTreeItemCheck Method (DataPresenterRecordProxyBase)

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