SheetXL - v0.3.20
    Preparing search index...

    Interface AutoFitOptions

    Options for ICellRange.autoFit.

    interface AutoFitOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
        expandOnly?: boolean | IRange.Orientation;
        minContent?: boolean;
        orientations?: IRange.Orientations;
        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.

    description?: string

    A human description.

    'determined by the set operation and locale'
    
    expandOnly?: boolean | IRange.Orientation

    By default autoFit will adjust in both directions.

    false
    
    minContent?: boolean

    Best fit using the minimum amount of space required.

    false
    

    When true the numbers will include as few decimals as allowed overflow into the next cell.

    orientations?: IRange.Orientations

    The orientation to autoFit.

    IRange.Orientations.Both
    
    skipCustomSize?: boolean

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

    false