SheetXL - v0.3.20
    Preparing search index...

    Interface NamedProperties<C>

    Properties associated with an INamed style.

    Used for performing updates and saving to JSON.

    interface NamedProperties<C = IColor.Serializable> {
        hidden?: boolean;
        iLevel?: number;
        name: string;
        style: IStyle.Properties<C>;
    }

    Type Parameters

    • C = IColor.Serializable

    Hierarchy (View Summary)

    Index

    Properties

    hidden?: boolean
    iLevel?: number
    name: string

    The cell style properties.