LockThemeFonts Cell (Protection Section)
Prevents the FontIndex cell in the Theme Properties row from being altered by applying a new theme. Does not prevent users from manually editing this value in the ShapeSheet.
Value | Description |
---|---|
TRUE |
The FontIndex cell cannot be changed from its current value unless changed in the ShapeSheet directly. |
FALSE |
The FontIndex cell can be changed from its current value when the theme is changed. |
Remarks
To get a reference to the LockThemeFonts 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: |
LockThemeFonts |
To get a reference to the LockThemeFonts cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowLock |
Cell index: |
visLockThemeFonts |