Syntax

expression.IncrementOffsetY(Increment)

expression A variable that represents a ShadowFormat object.

Parameters

Name Required/Optional Data Type Description
Increment Required Single Specifies how far the shadow offset is to be moved vertically, in points. A positive value moves the shadow down; a negative value moves it up.

Example

This example moves the shadow on shape three on myDocument up by 3 points.

Visual Basic for Applications
Set myDocument = Worksheets(1) myDocument.Shapes(3).Shadow.IncrementOffsetY -3
increment offset y Increment Offset Y Method incrementoffset IncrementOffsetY incrementoffsety method Specify the relative vertical shadow offset?

See also: