TextBold property



Assigns or returns whether the text in the range is displayed in bold face.

Syntax

Set:     Range.setTextBold(isBold)
Get: isBold = Range.getTextBold

Applies to

Range object.

Data type

boolean. The value is true if the text is displayed in bold face, and false otherwise. The default is false.

See also
DefaultTextColor property
TextColor property
TextFont property
TextFontName property
TextItalic property
TextSize property
defaultTextColor PARAM tag
defaultTextFont PARAM tag
defaultTextFontName PARAM tag
defaultTextSize PARAM tag