ITabView.EditCell

Syntax

EditCell(Row: Integer; Column: Integer): Boolean;

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 EditCell method makes a cell, which address is passed as the Row and Column input parameters, editable.

See also:

ITabView