Returns or sets the background color of various elements of the MSHFlexGrid.
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
The picture below shows the part of the MSHFlexGrid to which the properties refer:
BackColor affects the color of all non-fixed cells. To set the background color of individual cells, use the CellBackColor property.