ActivateCell(Int32,String) Method
Double-clicks the specified cell in this grid.

C# Syntax

void ActivateCell( 
   int row,
   string columnHeader
)

Parameters

row
The 0-based index of the row of the cell to activate.
columnHeader
The column header name of the cell to activate.