You are here: Features > Cell Functions > Miscellaneous Functions > GETHIDE function

GETHIDE Function

The GETHIDE function returns a value of one or two based on the appearance of the Show Skipped Text button. This button is used to display or hide lines that are set to skipped when printing the document. The User in the Form Mode has the option of displaying skipped text (selecting the tool) or hiding the skipping text (not selecting the tool).

Syntax

GETHIDE()

Example 1

GETHIDE()

Returns a value of 1 if the Show Skipped Text button is selected or returns a value of 2 if the Show Skipped Text button is not selected.

Example 2

GETHIDE() = 1

Use this syntax in the Paragraph dialog to specify a Hide Condition that always hides the paragraph when the Show Skipped Text button is pressed and always displays the paragraph when the Show Skipped Text button is not selected.

Example 3

GETHIDE() = 2

Use this syntax in the Paragraph dialog to specify a Hide Condition that always displays the paragraph when the Show Skipped Text button is pressed and always hides the paragraph when the Show Skipped Text button is not selected.

Example 4

GETHIDE() = 4

Use this syntax in the Paragraph dialog to specify the document is currently in Form Mode with Enable Editing turned on.

Related Topics