BackColor, BackColorBkg, BackColorFixed, BackColorSel Properties (ModHFGrid)

See Also    Example    Applies To

Returns or sets the background color of various elements of the ModHFGrid.

Syntax

object.BackColor [=color]
object.BackColorBkg [=color]
object.BackColorFixed [=color]
object.BackColorSel [=color]

Syntax for the BackColor, BackColorBkg, BackColorFixed, and BackColorSel properties has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
color A numeric expression that specifies the color.

Remarks

BackColor affects the color of all non-fixed cells. To set the background color of individual cells, use the CellBackColor property.