OverviewExamples
| 
 number Grid.GetGridLines (  | 
intGridLines = Grid.GetGridLines("Grid1");
if intGridLines == GVL_BOTH then
     -- Both Horizontal and Vertical lines are shown
end
Determines if both Horizontal and Vertical lines are currently shown
See also: Related Actions