*GridTextVisibility()
Specifies whether or not the grid line text on a section cut is displayed.
Syntax
*GridTextVisibility (state)
Application
HyperView
Inputs
- state
 - The display state of the grid line text on a section cut ("On" or "Off").
 
Context
*BeginSectionCut()
Example
*BeginSectionCut()
   *GridTextVisibility("On")
*EndSectionCut()
      Comments
A *GridTextVisibility() command may be placed inside a *BeginSectionCut() block to capture the drawing state of the grid line text on a section cut.