Interface NamedCellStyleValues

interface NamedCellStyleValues {
    hidden: boolean;
    iLevel: number;
}

Properties

Properties

hidden: boolean

If 'true' do not show this style in the application UI.

iLevel: number

Indicates that this formatting is for an outline style . When styles are applied to outline levels (using the outline feature), this value is set and the formatting specified on this cell style is applied to the corresponding level of the outline.