Share via


ChartFillFormat.Type Property

Returns the fill type.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Type As Integer
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As Integer

value = instance.Type
int Type { get; }

Property Value

Type: System.Int32
MsoFillType

Remarks

This property can also return xlAutomatic or xlNone.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Core Namespace