Specifies whether or not the grid line text on a section cut is displayed.
*GridTextVisibility()Specifies whether or not the grid line text on a section cut is displayed. |
|||||
*GridTextVisibility()Specifies whether or not the grid line text on a section cut is displayed. |
Syntax |
*GridTextVisibility(state) |
|
Argument |
Name |
Description |
state |
The display state of the grid line text on a section cut ("On" or "Off"). |
|
Example |
*BeginSectionCut() *GridTextVisibility("On") *EndSectionCut() |
|
Application |
HyperView. |
|
Context |
||
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. |
|
See also |
|
|
|