SheetXL - v0.3.20
    Preparing search index...
    interface IconSet {
        icon?: { id: number; set: IStyle.IconSet }[];
        iconSet?: IStyle.IconSet;
        showValue?: boolean;
    }
    Index

    Properties

    icon?: { id: number; set: IStyle.IconSet }[]

    Allows for individual icon overrides.

    iconSet?: IStyle.IconSet

    The icon set to use

    showValue?: boolean

    If true, the value will be shown in the cell.