FillFormat Members (Excel)
Represents fill formatting for a shape.
Methods
Name |
Description |
---|---|
Sets the specified fill to a one-color gradient. |
|
Sets the specified fill to a pattern. |
|
Sets the specified fill to a preset gradient. |
|
Sets the specified fill format to a preset texture. |
|
Sets the specified fill to a uniform color. Use this method to convert a gradient, textured, patterned, or background fill back to a solid fill. |
|
Sets the specified fill to a two-color gradient. |
|
Fills the specified shape with an image. |
|
Fills the specified shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture method. |
Properties
Name |
Description |
---|---|
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. |
|
Returns or sets a ColorFormat object that represents the specified fill background color. |
|
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long. |
|
Returns or sets a ColorFormat object that represents the specified foreground fill or solid color. |
|
Returns or sets the angle of the gradient fill for the specified fill format. Read/write |
|
Returns the gradient color type for the specified fill. Read-only MsoGradientColorType. |
|
Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light). Read-only Single. |
|
Returns the end point for the gradient fill. Read-only. |
|
Returns the gradient style for the specified fill. Read-only MsoGradientStyle. |
|
Returns the shade variant for the specified fill as an integer value from 1 through 4. The values for this property correspond to the gradient variants (numbered from left to right and from top to bottom) on the Gradient tab in the Fill Effects dialog box. Read-only Long |
|
Returns the parent object for the specified object. Read-only. |
|
Returns or sets an MsoPatternType value that represents the fill pattern. |
|
Returns an object that represents the picture or texture fill for the specified fill format. Read-only |
|
Returns the preset gradient type for the specified fill. Read-only MsoPresetGradientType. |
|
Returns the preset texture for the specified fill. Read-only MsoPresetTexture. |
|
Returns or sets if the fill style should rotate with the object. Read/write MsoTriState. |
|
Returns or sets the text alignment for the specified FillFormat object. Read/write. |
|
Returns or sets the value for horizontally scaling the text for the FillFormat object. Read/write Single. |
|
Returns the name of the custom texture file for the specified fill. Read-only String. |
|
Returns the offset X value for the specified fill. Read/write Single. |
|
Returns the offset Y value for the specified fill. Read/write Single. |
|
Returns the texture tile style for the specified fill. Read/write MsoTriState. |
|
Returns the texture type for the specified fill. Read-only MsoTextureType. |
|
Returns the texture vertical scale for the specified fill. Read/write Single. |
|
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. |
|
Returns a MsoFillType value that represents the fill type. |
|
Returns or sets a MsoTriState value that determines whether the object is visible. Read/write. |