Grid.GetGridLines

number Grid.GetGridLines (

string ObjectName )

Example 1

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