FillFormat.Patterned(MsoPatternType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.