ActivateColumn(String) Method
Double-clicks the specified column in the grid by column name.
Remarks
Double-clicking selects the entire column, displays another window, or performs another application-specific action.

C# Syntax

void ActivateColumn( 
   string column
)

Parameters

column
The name of the column.