IronCalc Node.js
    Preparing search index...

    Interface ExtendedCellStyle

    interface ExtendedCellStyle {
        data_bar: CfDataBar | null;
        icon: CfIcon | null;
        rating: CfRating | null;
        style: CellStyle;
    }
    Index
    data_bar: CfDataBar | null
    icon: CfIcon | null
    rating: CfRating | null
    style: CellStyle