SelectCell Method (ITable)

Selects the specified cell in the table (by row and column).

This method has multiple overloads.

SelectCell (UInt32, UInt32) Method

Selects the specified cell in the table (by row and column).

C# Syntax

void SelectCell( 
   uint row,
   uint col
)

Parameters

row
the row number of the cell to select (1-based).
col
the column number of the cell to select (1-based).

SelectCell (UInt32, String) Method

Selects the specified cell in the table (by row and column name).

C# Syntax

void SelectCell( 
   uint row,
   string colName
)

Parameters

row
the row number of the cell to select (1-based).
col
the column name of the cell to select.