Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.