CellTextStyle

Returns or sets the three-dimensional style for text on a specific cell or range of cells. Not available at design time.

Syntax

object.CellTextStyle [= value ]

The CellTextStyle property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
value An integer or constant specifying one of the constants of the CellTextStyle property, as described in Settings.

Settings

The settings for value are:

Value Description
0 Flat (normal text)
1 Raised
2 Inset
3 Raised Light
4 Inset Light

Remarks

Settings 1 and 2 work best for large and bold fonts. Settings 3 and 4 work best for small regular fonts. The cell's appearance is also affected by the backcolor settings; some backcolor settings do not show the raised or inset feature.

Changing this property affects the current cell or the current selection, depending on the setting of the FillStyle property.