ShadowFormat Object Members

Excel Developer Reference

Represents shadow formatting for a shape.

Methods

  Name Description
Bb225654.methods(en-us,office.12).gif IncrementOffsetX Changes the horizontal offset of the shadow by the specified number of points. Use the OffsetX property to set the absolute horizontal shadow offset.
Bb225654.methods(en-us,office.12).gif IncrementOffsetY Changes the vertical offset of the shadow by the specified number of points. Use the OffsetY property to set the absolute vertical shadow offset.

Properties

  Name Description
Bb225654.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb225654.properties(en-us,office.12).gif Blur Read/write
Bb225654.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.
Bb225654.properties(en-us,office.12).gif ForeColor Returns or sets a ColorFormat object that represents the specified foreground fill or solid color.
Bb225654.properties(en-us,office.12).gif Obscured True if the shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill. False if the shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill. Read/write MsoTriState.
Bb225654.properties(en-us,office.12).gif OffsetX Returns or sets the horizontal offset of the shadow from the specified shape, in points. A positive value offsets the shadow to the right of the shape; a negative value offsets it to the left. Read/write Single.
Bb225654.properties(en-us,office.12).gif OffsetY Returns or sets the vertical offset of the shadow from the specified shape, in points. A positive value offsets the shadow to the right of the shape; a negative value offsets it to the left. Read/write Single.
Bb225654.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb225654.properties(en-us,office.12).gif RotateWithShape Read/write
Bb225654.properties(en-us,office.12).gif Size Read/write
Bb225654.properties(en-us,office.12).gif Style Read/write
Bb225654.properties(en-us,office.12).gif Transparency Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). Read/write Double.
Bb225654.properties(en-us,office.12).gif Type Returns or sets a MsoShadowType value that represents the shadow format type.
Bb225654.properties(en-us,office.12).gif Visible Returns or sets a MsoTriState value that determines whether the object is visible. Read/write.