TabSheetEditMode

Namespace: PP.Ui

Description

The TabSheetEditMode enumeration determines whether values in table cells can be edited.

It is used by the TabSheet.IsEditable property and the TabSheet.setIsUserEditableRanges method.

Available values

Value

Brief description

true

Enable. Editing is enabled (default).

false

Disable. Editing is disabled.

UserEnabledCell

UserEnabledCell. Only certain cells can be edited.

See also:

Table