Click or drag to resize

ExcelShapeFill Properties

The ExcelShapeFill type exposes the following members.

Properties
 NameDescription
Public propertyFillType Gets or sets the shape fill type.
Public propertyGradientFillOptions Gets the gradient options object for the interior. This property returns a null object if the InteriorType is not GradientFill.
Public propertyPatternFillOptions Gets the pattern options object for the interior. This property returns a null object if the InteriorType is not PatternFill.
Public propertyPictureFillOptions Gets the picture fill options object for the interior. This property returns a null object if the InteriorType is not PictureFill.
Public propertySolidFillOptions Gets the solid fill options object for the interior. This property returns a null object if the InteriorType is not SolidFill.
Public propertyTextureFillOptions Gets the gradient options object for the interior. This property returns a null object if the InteriorType is not GradientFill.
Top
See Also