FixedAlignment Property

Returns or sets the alignment for the fixed rows in a column.

Syntax

[form!]VSFlexGrid.FixedAlignment(Col As Long)[ = AlignmentSettings ]

Remarks

The FixedAlignment property behaves like the ColAlignment property except that it only affects the alignment of fixed cells. You can use this property to align headings differently than the rest of the cells.

You can also use the Cell property to control the alignment of individual cells.

For a list of valid settings, see the ColAlignment property.

Data Type

AlignmentSettings (Enumeration)

See Also

VSFlexGrid Control