Transparent Property

The Transparent property returns or sets the background fill transparency mode. Returns a Boolean.

Syntax

object.Transparent

object.Transparent = Transparent

 

Parameter Type Description
Transparent Boolean required, true for transparent and false for opaque

 

Remarks

A transparent background is used with vector and stock pattern fills.

Example 1

This example demonstrates how to return whether or not the background of a fill is transparent.

Debug.Print FillFormat.Transparent

Example 2

This example demonstrates how to set the background of a fill to be transparent.

FillFormat.Transparent = True

 

Used by: AutoFill object