BackColorBackGround Property

Specifies the background color of the Grid Control that is not occupied by the grid.

Syntax

object.BackColorBackGround [= OLE_COLOR]

Parameters

The BackColorBackGround property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

OLE COLOR

The value of the color you select from the displayed color palette; for example: &H0000FF00&

Remarks

To set:

  • To set the background color for cells that display query data, use the BackColor property.
  • The background color of the column headings and the column for the current row pointer, use the BackColorFixed property.
  • To set the color of the grid lines, use the GridColor property.
  • To set the color of the cell text, use the ForeColor property.
  • To set the color of the column headings, use the ForeColorFixed property.

See Also