Intersoft ClientUI Documentation
SelectValue Method (ISHeaderedSelectionControl)



Set the selected value based on specified index
Syntax
Public Overridable Sub SelectValue( _
   ByVal newIndex As Integer _
) 
Dim instance As ISHeaderedSelectionControl
Dim newIndex As Integer
 
instance.SelectValue(newIndex)
public virtual void SelectValue( 
   int newIndex
)
public:
virtual void SelectValue( 
   int newIndex
) 

Parameters

newIndex
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

Reference

ISHeaderedSelectionControl Class
ISHeaderedSelectionControl Members

Send Feedback