TextColor property



The color of the text in the range.

Syntax

Set:     Range.setTextColor(tColor)
Get: tColor = Range.getTextColor

Applies to

Range object.

Data type

Color. An object of type Color, which is defined in the java.awt package. The default value is black. [[PS: Ref. a topic about accessing java classes.]]

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