IronCalc Wasm
    Preparing search index...

    Interface CellStyle

    interface CellStyle {
        alignment?: Alignment;
        border: CellStyleBorder;
        fill: CellStyleFill;
        font: CellStyleFont;
        num_fmt: string;
        quote_prefix: boolean;
        read_only: boolean;
    }
    Index
    alignment?: Alignment
    num_fmt: string
    quote_prefix: boolean
    read_only: boolean