Grid.SetGridLines

Grid.SetGridLines ( 

string ObjectName,

number GridLines )

Example 1

Grid.SetGridLines("Grid1", GVL_BOTH);

Turns on both horizontal and vertical grid lines.

Example 2

Grid.SetGridLines("Grid1", GVL_HORZ);

Turns on horizontal grid lines.

See also:  Related Actions