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

C# Syntax

void ActivateCell( 
   int row,
   int column
)

Parameters

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