ITabView.EmulateCellClick

Syntax

EmulateCellClick(Row: Integer; Column: Integer);

Parameters

Row. Row index. The available value of the parameter is in the range [0, RowsCount).

Column. Column index. The available value of the parameter is in the range [0, ColumnsCount).

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