OpenCellElement(Int32,Int32) Method
Selects the specified cell and opens a cell's pop-up cell element.

C# Syntax

void OpenCellElement( 
   int row,
   int column
)

Parameters

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