Version

FilterTreeSearch(String,String) Method

Set the search criteria for the tree in the Excel Style Filtering filter drop down.
Syntax
'Declaration
 
Public Sub FilterTreeSearch( _
   ByVal sHeaderArg As System.String, _
   ByVal sSearchText As System.String _
) 
public void FilterTreeSearch( 
   System.string sHeaderArg,
   System.string sSearchText
)
public: void FilterTreeSearch( 
   System.string* sHeaderArg,
   System.string* sSearchText
) 

Parameters

sHeaderArg
string text path to the column header containing the filter button
sSearchText
String of text to enter into the Excel Style Filter search TextBox.
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