SheetXL - v0.3.20
    Preparing search index...

    Options for adding a sheet to the collection.

    interface AddOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
        index?: number;
        name?: 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'
    
    index?: number

    Position for the sheet.

    - After the currently active sheet.
    
    name?: string

    The name of the sheet.