Version

SelectFilter Method (DataPresenterRecordProxyBase)

Selects the a filter value from the Filter HeaderIcon drop down
Syntax
'Declaration
 
Public Sub SelectFilter( _
   ByVal sHeaderArg As System.String, _
   ByVal sValue As System.String _
) 
public void SelectFilter( 
   System.string sHeaderArg,
   System.string sValue
)
public: void SelectFilter( 
   System.string* sHeaderArg,
   System.string* sValue
) 

Parameters

sHeaderArg
string text path to the cell
sValue
new filter value
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