FillFormat Interface 

Represents fill formatting for a shape.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class illFormatImplementation
    Implements FillFormat
End Class
Dim illFormatImplementation1 As New illFormatImplementation()

Syntax

Public Interface FillFormat
    Inherits _IMsoDispObj
public interface FillFormat : _IMsoDispObj
public interface class FillFormat : public _IMsoDispObj
public interface FillFormat implements _IMsoDispObj
public interface FillFormat implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

FillFormat Members