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

C# Syntax

void ActivateColumn( 
   uint columnIndex
)

Parameters

columnIndex
The 1-based index of the column.