SheetXL - v0.3.20
    Preparing search index...

    Interface ScrollToOptions

    Options for scrolling to a specific range.

    interface ScrollToOptions {
        coords?: Partial<IRange.Coords>;
        offsets?: Bounds;
        scroll?: boolean | ScrollIntoViewOptions;
    }
    Index

    Properties

    coords?: Partial<IRange.Coords>

    The partial coords to scroll to.

    offsets?: Bounds

    Any pixel offsets

    scroll?: boolean | ScrollIntoViewOptions

    The scrollTo options.