SheetXL - v0.3.20
    Preparing search index...

    Interface UpdateOptions

    Options for Updates.

    interface UpdateOptions {
        autoFit?: boolean | AutoFitOptions;
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoFit?: boolean | AutoFitOptions

    Convenience method that calls autoFit after the setValues.

    none - No autofit.

    If set to true then autoFit will mimic the UI with the following options:

    {
    skipCustomSize: true,
    expandOnly: true,
    minContent: true
    }
    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'