TextStyleFixed Property

Returns or sets 3D effects for displaying text in fixed cells.

Syntax

[form!]VSFlexGrid.TextStyleFixed[ = TextStyleSettings ]

Remarks

Valid settings for this property are the same as those for the TextStyle property.

The example below prints text with a raised 3-D effect in fixed cells:

    fg.TextStyleFixed = flexTextRaised

Data Type

TextStyleSettings (Enumeration)

Default Value

flexTextFlat (0)

See Also

VSFlexGrid Control