FillFormat.Patterned(MsoPatternType) Method

Definition

Sets the specified fill to a pattern.

public:
 void Patterned(Microsoft::Office::Core::MsoPatternType Pattern);
public void Patterned (Microsoft.Office.Core.MsoPatternType Pattern);
abstract member Patterned : Microsoft.Office.Core.MsoPatternType -> unit
Public Sub Patterned (Pattern As MsoPatternType)

Parameters

Pattern
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.

Applies to