YPatternOffset Property

YPatternOffset sets the fill pattern offset along the Y axis. Returns a double.

Syntax

object. YPatternOffset

object. YPatternOffset = Value

Parameter

Type

Description

Value

Double

required

Example 1

This example demonstrates how to return the pattern offset on the Y axis.

Debug.Print FillFormat.YPatternOffset

Example 2

This example demonstrates how to offset the pattern on the Y axis by 1.

FillFormat.YPatternOffset = 1.0

Used by: FillFormat object