Interface PatternFillValues

interface PatternFillValues {
    background: AdjustedColor;
    fillType: Pattern;
    foreground: AdjustedColor;
    patternType: SheetPatternType;
}

Hierarchy (view full)

Properties

background: AdjustedColor
fillType: Pattern

If null then the fill type will inherit.

foreground: AdjustedColor

The foreground color for the pattern

patternType: SheetPatternType