InteractiveRestrictions: TabUserInteractiveSelectionChangeType;
The InteractiveRestrictions property determines interactive range border change constraints.
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.
The example of use is given in description of the ITabUserInteractiveSelections.Add method.
See also: