SheetXL - v0.3.20
    Preparing search index...

    Interface SnapshotDestination

    Provides destination details for the Snapshot when using IHistory.ISnapshot.copyTo.

    interface SnapshotDestination {
        bounds: Bounds;
        movables: IMovableCollection;
    }
    Index

    Properties

    Properties

    bounds: Bounds

    The bounds to copy to.

    The movable collection to copy to.