Class ReferencedSheetClipboardItem

Useful for when we are not copying from the current sheet. This abstraction exists to allow for custom sources such as a clipboard.

Remarks

There is a default implementation SheetCopySource that can be used to copy between sheets.

Hierarchy (view full)

Constructors

Accessors

  • get isCopyCellsSource(): true
  • For runtime introspection.

    Returns true

  • get type(): string
  • Returns string

Methods

  • Returns true

  • Flag to indicate if the operation is expected to be a cut.

    Returns boolean

    Default Value

    false
    
  • The name of a the copy source. Useful for user interactions.

    Returns string

    Remarks

    SheetCopySource uses the sheet name to detect intersections.

  • This is called when the copy has read the source If copy should not be allowed (for example a read only sheet) then return false

    Returns boolean

  • Returns string

  • Returns string