ITabUserInteractiveSelection.InteractiveRestrictions

Syntax

InteractiveRestrictions: TabUserInteractiveSelectionChangeType;

Description

The InteractiveRestrictions property determines interactive range border change constraints.

Comments

By default, the property is set to TabUserInteractiveSelectionChangeType.None, there are no constraints on changing interactive range borders. One value or a combination of values from elements of the TabUserInteractiveSelectionChangeType enumeration can be specified as a value of the InteractiveRestrictions property. Combination values are separated with the Or word. If the property is set, when working in table, corresponding constraints are imposed on the interactive range.

Example

The example of use is given in description of the ITabUserInteractiveSelections.Add method.

See also:

ITabUserInteractiveSelection