SheetXL - v0.3.20
    Preparing search index...

    Options for updateHeaders.

    interface UpdateHeadersOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
        skipCustomSize?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoSelect?: boolean | ITypes.SelectOptions

    If true or set then this will select the affect item after the transaction is complete.

    If this is set to true then any restore will also select.

    description?: string

    A human description.

    'determined by the set operation and locale'
    
    skipCustomSize?: boolean

    If this is set to true then any headers that have custom sizes will be ignored.

    false