PatternFill Constructors
| Name | Parameters | Description |
|---|---|---|
| PatternFill(FillPatternType, OfficeColor, OfficeColor) | patternType, foregroundColor, backgroundColor | Initializes a new instance of the PatternFill class with specified settings. |
| PatternFill(FillPatternType, SchemeColors, SchemeColors) | patternType, foregroundColor, backgroundColor | Initializes a new instance of the PatternFill class with specified settings. |
| PatternFill(FillPatternType, SystemColors, SystemColors) | patternType, foregroundColor, backgroundColor | Initializes a new instance of the PatternFill class with specified settings. |
| PatternFill(FillPatternType, Color, Color) | patternType, foregroundColor, backgroundColor | Initializes a new instance of the PatternFill class with specified settings. |
See Also