HideText cell (Miscellaneous section)
HideText cell (Miscellaneous section)
See also http://msdn.microsoft.com/en-us/library/aa160043(v=office.10) Section Rows
Hides the text for a shape. You can view text, edit properties, and apply styles to the text in the text block, although the changes will not appear until you reset HideText to FALSE (0).
| Value | Description |
| TRUE | Text is hidden and does not print. |
| FALSE | Text is not hidden. |
Remarks
To reference the HideForApply cell by name from another formula, or from a program using the http://msdn.microsoft.com/en-us/library/aa141912(v=office.10) Cells property, use:
| Cell name: | HideForApply |
To reference the HideForApply cell by index from a program, use the http://msdn.microsoft.com/en-us/library/aa141916(v=office.10) CellsSRC property with the following arguments:
| Section index: | visSectionObject |
| Row index: | visRowStyle |
| Cell index: | visStyleHidden |