Help Center

TextStyleFixedproperty

Determines the style of fixed rows and columns.

Windowspropertydoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

PROPERTY TextStyleFixed () AS TextStyleSettings
PROPERTY TextStyleFixed (BYVAL style AS TextStyleSettings)

Parameters

NameDescription
styleAn integer or constant that specifies the text style.

Description

Returns or sets the three-dimensional style for text within fixed rows and columns.

Settings 1 and 2 work best for large and bold fonts. Settings 3 and 4 work best for small, regular fonts.

Example

grid.FixedRows = 1 ' Apply a 3D raised effect to the header text grid.TextStyleFixed = flexTextRaised ' Keep the data cells flat for better readability grid.TextStyle = flexTextFlat

Reference