IronCalc Node.js
    Preparing search index...

    Interface StyleIncludes

    The formatting categories a named style includes.

    interface StyleIncludes {
        alignment: boolean;
        border: boolean;
        fill: boolean;
        font: boolean;
        number_format: boolean;
        protection: boolean;
    }
    Index
    alignment: boolean
    border: boolean
    fill: boolean
    font: boolean
    number_format: boolean
    protection: boolean