Member Junction
    Preparing search index...

    Cell fill/background options

    interface FillStyle {
        bgColor?: string;
        fgColor?: string;
        pattern?: FillPattern;
    }
    Index

    Properties

    bgColor?: string

    Background color (hex without #)

    fgColor?: string

    Foreground color (hex without #)

    pattern?: FillPattern

    Fill pattern type