Protected property

This property returns or sets whether the cell can be modified from the user interface. Specifying true means that the cell is read-only from the user interface. Specifying false means that the cell is read-write from the user interface.

Defined in

TextTableCell

Data type

boolean

Syntax

public boolean isProtected()
public void setProtected(boolean protect)

Usage

If the Protected property is set to true, the cell can not be modified from the user interface, but can be modified by the API.

See examples

Example: Protected property