HideForApply Cell (Style Properties Section)
Determines where a style is shown in the Microsoft Visio user interface.
Value | Description |
|---|---|
TRUE | Show the style only in the Drawing Explorer. |
FALSE | Show the style in the Drawing Explorer. |
When you base a new style on a style that is hidden, the new style does not inherit this attribute.
To get a reference to the HideForApply cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | HideForApply |
To get a reference to the HideForApply cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowStyle |
Cell index: | visStyleHidden |