SheetXL - v0.3.20
    Preparing search index...

    Interface NamedUpdate

    Extends the NamedProperties with the ability to use a callback on the style.

    interface NamedUpdate {
        hidden?: string | Partial<boolean>;
        iLevel?: string | number;
        name?: string;
        style: IStyle.Update;
    }

    Hierarchy

    Index

    Properties

    hidden?: string | Partial<boolean>
    iLevel?: string | number
    name?: string
    style: IStyle.Update

    Allows for style modifications.