Specifies whether or not the grid lines on a section cut are displayed.
*GridLineVisibility()Specifies whether or not the grid lines on a section cut are displayed. |
|||||
*GridLineVisibility()Specifies whether or not the grid lines on a section cut are displayed. |
Syntax |
*GridLineVisibility(state) |
|
Argument |
Name |
Description |
state |
The display state of the grid lines on a section cut ("On" or "Off"). |
|
Example |
*BeginSectionCut() *GridLineVisibility("On") *EndSectionCut() |
|
Application |
HyperView. |
|
Context |
||
Comments |
A *GridLineVisibility() command may be placed inside a *BeginSectionCut() block to capture the drawing state of the grid lines on a section cut. |
|
See also |
|
|
|