Share via


ChartFillFormat.Pattern Property

Returns or sets the fill pattern.

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

Syntax

'Declaration
ReadOnly Property Pattern As MsoPatternType
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoPatternType

value = instance.Pattern
MsoPatternType Pattern { get; }

Property Value

Type: Microsoft.Office.Core.MsoPatternType

Remarks

The Pattern property can be one of the MsoPatternType constants.

Use the Patterned method to set the pattern type for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Excel Namespace