Sets the background color of cells used for column headings and the current row pointer in the Grid Control.
Syntax
object.BackColorFixed [= OLE_COLOR]
Parameters
The BackColorFixed 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
In a Grid Control, this property sets the background color each cell in the grid. To set:
- To set the background color for cells that display query data, use the BackColor property.
- To set the background color of the portion of the control not occupied by the grid, use the BackColorBackGround 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
DblClick (Area as Integer) Event