GridColor Property

Returns or sets the color used to draw the grid lines between the non-fixed cells.

Syntax

[form!]VSFlexGrid.GridColor[ = colorref& ]

Remarks

The GridColor and GridLines properties determine the appearance of the grid lines displayed in the scrollable area of the grid. GridColorFixed and GridLinesFixed determine the appearance of the grid lines displayed in the fixed area of the grid.

The GridColor property is ignored when GridLines is set to one of the 3D styles. Raised and inset grid lines are always drawn using the system-defined colors for shades and highlights.

Data Type

Color

See Also

VSFlexGrid Control