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

C# Syntax

void ActivateCell( 
   int row,
   int column
)

Parameters

row
0-based row number.
column
0-based column index.