The TabUserInteractiveSelectionChangeType enumeration contains interactive range border change constraint options.
It is used by the following properties and methods:
Value | Brief description |
0 | None. No constraints. |
1 | Move. It is prohibited to move the whole interactive range. |
2 | Left. It is prohibited to change left range border. |
4 | Top. It is prohibited to change top range border. |
8 | Right. It is prohibited to change right range border. |
16 | Bottom. It is prohibited to change bottom range border. |
31 | All. Any change of interactive range is prohibited. |
See also: