SheetXL - v0.3.20
    Preparing search index...

    Options for Operations that change the state.

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

    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'