IronCalc Wasm
    Preparing search index...

    Interface NamedStyle

    A named cell style (e.g. "Normal", "Heading 1", or a custom style).

    interface NamedStyle {
        name: string;
        style: CellStyle;
    }
    Index
    name: string

    The style name.

    style: CellStyle

    The full style definition.