SheetXL - v0.3.20
    Preparing search index...

    Options for setSize.

    interface SetSizeOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        autoSize?: boolean;
        description?: string;
        relativeSize?: boolean;
        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.

    autoSize?: boolean

    If this is set to true then the value will not be an autoSize value.

    false
    
    description?: string

    A human description.

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

    Sets if the size value is interpret as absolute or relative.

    false
    

    Rows and columns sizes are managed internally as relative size to the normal styling font size. This is done to allow for the sizes to auto adjustment when the style changes.

    If the value is a number then the size is interpreted as relative size.

    If the size is set using a string that ends in 'px' This option will be ignored.

    skipCustomSize?: boolean

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

    false