FillFormat Interface

Represents fill formatting for a shape.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000C0314-0000-0000-C000-000000000046")> _
Public Interface FillFormat _
    Inherits _IMsoDispObj
'Usage
Dim instance As FillFormat
[GuidAttribute("000C0314-0000-0000-C000-000000000046")]
public interface FillFormat : _IMsoDispObj

Remarks

A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.

Use the Fill property to return a FillFormat object.

Many of the properties of the FillFormat object are read-only. To set one of these properties, you have to apply the corresponding method.

See Also

Reference

FillFormat Members

Microsoft.Office.Interop.Excel Namespace