Version

Select Method (XamGridProxyBase)

Select one or many items of the supplied selection type
Syntax
'Declaration
 
Public Sub Select( _
   ByVal oEnumSelectedType As System.Object, _
   ByVal oSelectedItems As System.Object _
) 
public void Select( 
   System.object oEnumSelectedType,
   System.object oSelectedItems
)
public: void Select( 
   System.Object* oEnumSelectedType,
   System.Object* oSelectedItems
) 

Parameters

oEnumSelectedType
string or enumerated value representing the type of subitem to select
oSelectedItems
Represents a single path to a grid selectable item, or an object array of grid selectable items. A path to a record can be either an integer of the visible index, or a string path to the record. A string path to a cell or a string path to a field.
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