ITabView.EditCell

Syntax

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

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

See also:

ITabView