GradientDetail Property
The GradientDetail property returns or sets the detail of a gradient fill. Returns a Long.
Syntax
object.GradientDetail
object.GradientDetail = GradientDetail
Parameter | Type | Description |
GradientDetail | Long | required |
Remarks
Not all objects with fill properties support the use of gradient fills.
Example 1
This example demonstrates how to return the gradient detail value.
Debug.Print FillFormat.GradientDetail
Example 2
This example demonstrates how to set the gradient detail.
FillFormat.GradientDetail = 1000
Used by: AutoFill object