ForeColor Property

See Also Applies To Example Model

Sets or returns the foreground color. Read/write VbtColor.

Remarks

The VisualBots built-in color constants can be used to easily assign colors.

Use the RGB function to create a color value different from the built-in color constants.

Example

In the following example, the ForeColor of a Cell object is set to black.

Cell.Shape.ForeColor = vbtBlack