ActivateCell(Int32,String) Method
Double-clicks a cell by row index and column header.

C# Syntax

void ActivateCell( 
   int row,
   string columnHeader
)

Parameters

row
0-based row number.
columnHeader
The column header.