EmulateCellClick(Row: Integer; Column: Integer);
Row. Row index. Admissible parameter value lies within the [0; RowsCount) range.
Column. Column index. Admissible parameter value lies within the [0; ColumnsCount) range.
The EmulateCellClick method emulates a click on the specified cell.
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: