Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 get a reference to the HideText cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
HideText |
To get a reference to the HideText cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowMisc |
| Cell index: |
visHideText |