SheetXL - v0.3.20
    Preparing search index...

    Interface DefaultSortCriteria

    Shows a list of options that will be used for the current sort unless overridden.

    interface DefaultSortCriteria {
        coords: IRange.Coords;
        headers: Map<number, string>;
        options: RangeOptions;
    }
    Index

    Properties

    coords: IRange.Coords

    The cords that will be sorted. This may exclude the header.

    headers: Map<number, string>

    If headers The map will contain the offset as a key by the value as string.

    If no headers are found this will be empty.

    options: RangeOptions

    Options to pass to sort.