Version

SelectColumn Method (WinGridReplayServerBase)

Selects the specified column in a grid
Syntax
'Declaration
 
Public Overridable Sub SelectColumn( _
   ByVal column As System.Object _
) 
public virtual void SelectColumn( 
   System.object column
)

Parameters

column
A column object of the grid
Remarks

For the column argument, use �n;name� format where n is the band level (0 based) and name is the column key or column index

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