Syntax

expression.IncrementOffsetX(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 horizontally, in points. A positive value moves the shadow to the right; a negative value moves it to the left.

Example

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

Visual Basic for Applications
Set myDocument = Worksheets(1) myDocument.Shapes(3).Shadow.IncrementOffsetX -3
Change the horizontal offset of the shadow by the specified number of points? increment offset x Increment Offset X Method incrementoffset IncrementOffsetX incrementoffsetx method Shift the shadow horizontally by 10 points?

See also: