Copies the snapshot to the specified range.
The destination ICellRange
where the snapshot will be copied.
Optional
options: ICellRange.CopyOptionsA promise that resolves when the copy is complete, or void
if no asynchronous operation is required.
Optional
getReturn the options used when creating.
Optional
getA user friendly name of a the snapshot item.
The source that created the snapshot. This is used by copy to quickly do comparisons.
Optional
toConverts the snapshot to an HTML representation.
A string or promise resolving to the HTML representation of the snapshot.
Optional
toConverts the snapshot to an image blob.
A Blob
or promise resolving to the image representation of the snapshot.
Optional
toOptional
toConverts the snapshot to a plain text representation.
A string or promise resolving to the text representation of the snapshot.
Represents an immutable reference to an
ICellRange
, capturing its content and metadata. It may include complex objects such as tables, movables, images, listeners, or other items.ISnapshot
can be provided to `ICellRange.copyFrom``.