Share via


FillFormat.Patterned Method

Sets the specified fill to a pattern.

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

Syntax

'Declaration
Sub Patterned ( _
    Pattern As MsoPatternType _
)
'Usage
Dim instance As FillFormat
Dim Pattern As MsoPatternType

instance.Patterned(Pattern)
void Patterned(
    MsoPatternType Pattern
)

Parameters

  • Pattern
    Type: MsoPatternType
    Required MsoPatternType. The pattern to be used for the specified fill.

Remarks

Use the BackColor and ForeColor properties to set the colors used in the pattern.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace