Help Center

GridColorproperty

Returns or sets the line color used between the cells of the MSHFlexGrid.

Windowspropertydoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

PROPERTY GridColor () AS OLE_COLOR
PROPERTY GridColor (BYVAL clr AS OLE_COLOR)

Parameters

NameDescription
clrAn OLE_COLOR value, such as a system color constant or an RGB value.

Description

Returns or sets the line color used between the cells of the grid.

Remarks

The GridColor property can only be used when the GridLines property is set to 1 (flexGridFlat). Raised and inset gridlines are always black and white.

Reference