Skip to main content
All docs
V25.1
  • 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