SheetXL - v0.3.20
    Preparing search index...

    Options for adding a table to the collection.

    interface AddOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        clearFormatting?: boolean;
        description?: string;
        hasHeader?: boolean;
        isLoad?: boolean;
        json?: ITable.JSON;
        styleName?: 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.

    clearFormatting?: boolean

    If the add should clear any previous formatting.

    false
    
    description?: string

    A human description.

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

    If not specified then the header status will be determined from the range data.

    'based on initial data set'
    
    isLoad?: boolean

    If the table is being loaded. This is used to indicate to the table that it should not create default values.

    false;
    
    json?: ITable.JSON

    JSON state to load.

    styleName?: string

    The default style to use. If null than it will not be set If undefined or not provided it will use the.

    uses the default table style