[]
Copies the contents from the sheet to the Clipboard.
public void ClipboardCopy()
Public Sub ClipboardCopy()
Copies the contents from the sheet to the Clipboard using the specified ClipboardCopyOptions.
public void ClipboardCopy(ClipboardCopyOptions copyOptions)
Public Sub ClipboardCopy(copyOptions As ClipboardCopyOptions)
Type | Name | Description |
---|---|---|
ClipboardCopyOptions | copyOptions |
Copies the contents from the specified CellRange in the sheet to the Clipboard.
public void ClipboardCopy(CellRange cellRange)
Public Sub ClipboardCopy(cellRange As CellRange)
Type | Name | Description |
---|---|---|
CellRange | cellRange |
Copies the contents from the specified CellRange in the sheet to the Clipboard using the specified ClipboardCopyOptions.
public void ClipboardCopy(CellRange cellRange, ClipboardCopyOptions copyOptions)
Public Sub ClipboardCopy(cellRange As CellRange, copyOptions As ClipboardCopyOptions)
Type | Name | Description |
---|---|---|
CellRange | cellRange | |
ClipboardCopyOptions | copyOptions |