Share via


BackColorBand, BackColorHeader, BackColorIndent, BackColorUnpopulated Properties (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

BackColorBand returns or sets the background color of the band area of the ModHFGrid.

BackColorHeader returns or sets the background color of the header area of the ModHFGrid.

BackColorIndent returns or sets the background color of the indented area of the ModHFGrid.

BackColorUnpopulated returns or sets the background color of the unpopulated area of the ModHFGrid.

Syntax

object.BackColorBand (BandNumber) [=color]
object.BackColorHeader (BandNumber) [=color]
object.BackColorIndent (BandNumber) [=color]
object.BackColorUnpopulated [=color]

Syntax for the BackColorBand, BackColorHeader, BackColorIndent, and BackColorUnpopulated properties has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
BandNumber Required. A Long value that specifies the band to be affected.
color A numeric expression that specifies the color.

See Also

ModHFGrid Control