BackColorFrozen Property

Returns or sets the background color of the frozen rows and columns.

Syntax

[form!]VSFlexGrid.BackColorFrozen[ = colorref& ]

Remarks

If you set this property to zero, the frozen areas of the grid are painted using the color specified by the BackColor property. In this case, the boundary between frozen and scrollable cells is still visible as a solid line painted in the color specified by the SheetBorder property.

See the BackColor property for a diagram that shows which colors are used to paint which areas of the grid.

Data Type

Color

Default Value

0 (Disabled)

See Also

VSFlexGrid Control