ITabView.EditCell

Syntax

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

Parameters

Row. Row index. Allowed parameter value is in the range [0; RowsCount).

Column. Column index. Allowed parameter value 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