Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prevents ThemeIndex cell in Theme Properties row from being altered by applying a new theme or selecting a new connector scheme. Does not prevent users from manually editing this value in the ShapeSheet.
Value | Description |
---|---|
TRUE |
The ThemeIndex cell cannot be changed from its current value unless changed in the ShapeSheet directly. |
FALSE |
The ThemeIndex cell can be changed from its current value when the theme is changed. |
Remarks
To get a reference to the LockThemeIndex cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
LockThemeIndex |
To get a reference to the LockThemeIndex cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowLock |
Cell index: |
visLockThemeIndex |