Share via


ChartFormat.Fill Property

Returns a ChartFillFormat object for the parent chart element that contains fill formatting properties for the chart element. Read-only.

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

Syntax

'Declaration
ReadOnly Property Fill As FillFormat
    Get
'Usage
Dim instance As ChartFormat
Dim value As FillFormat

value = instance.Fill
FillFormat Fill { get; }

Property Value

Type: Microsoft.Office.Interop.Word.FillFormat
ChartFillFormat

See Also

Reference

ChartFormat Interface

ChartFormat Members

Microsoft.Office.Interop.Word Namespace