BackOpactiy Property
The BackOpacity property returns or sets the background opacity. Returns a Long.
Syntax
object.BackOpacity
object.BackOpcaity =BackOpacity
Parameter | Type | Description |
BackOpacity | Long | required, integer between 0 and 100 |
Example 1
This example demonstrates how to return the opacity of a font.
Debug.Print FillFormat.BackOpacity
Example 2
This example demonstrates how to set the background opacity of a fill to 25%.
FillFormat.BackOpacity = 25
Used by: AutoFill object