ILanerTable.IsEditableCell

Syntax

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

Parameters

Row. Row index.

Column. Column index.

Description

The IsEditableCell property returns whether the cell can be edited in the table data edit mode.

Comments

Available values:

Example

The property use is given in the example for ILanerTable.ColumnCount.

See also:

ILanerTable