ITabView.EmulateCellClick

Syntax

EmulateCellClick(Row: Integer; Column: Integer);

Parameters

Row. Row index. Admissible parameter value lies within the [0; RowsCount) range.

Column. Column index. Admissible parameter value lies within the [0; ColumnsCount) range.

Description

The EmulateCellClick method emulates a click on the specified cell.

Comments

On performing the method the OnCellClick event is generated for the component, which table is worked with. Description of the event for various components is given in the following subsections:

See also:

ITabView