LockThemeIndex Cell (Protection Section)
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
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. |
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:
|
Cell name: |
LockThemeIndex |
To get a reference to the LockThemeIndex cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowLock |
|
Cell index: |
visLockThemeIndex |