| Overload | Description |
|---|---|
| ClipboardCopy() | Copies the contents from the sheet to the Clipboard. |
| ClipboardCopy(ClipboardCopyOptions) | Copies the contents from the sheet to the Clipboard using the specified ClipboardCopyOptions. |
| ClipboardCopy(CellRange) | Copies the contents from the specified CellRange in the sheet to the Clipboard. |
| ClipboardCopy(CellRange,ClipboardCopyOptions) | Copies the contents from the specified CellRange in the sheet to the Clipboard using the specified ClipboardCopyOptions. |