FillColor Property

See Also Applies To Example Model

Sets or returns the object's fill 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 FillColor of a Cell object is set to yellow.

Cell.Shape.FillColor = vbtYellow