[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.ClipboardCopy

ClipboardCopy Method

ClipboardCopy()

Copies the contents from the sheet to the Clipboard.

Declaration
public void ClipboardCopy()
Public Sub ClipboardCopy()

ClipboardCopy(ClipboardCopyOptions)

Copies the contents from the sheet to the Clipboard using the specified ClipboardCopyOptions.

Declaration
public void ClipboardCopy(ClipboardCopyOptions copyOptions)
Public Sub ClipboardCopy(copyOptions As ClipboardCopyOptions)
Parameters
Type Name Description
ClipboardCopyOptions copyOptions

ClipboardCopy(CellRange)

Copies the contents from the specified CellRange in the sheet to the Clipboard.

Declaration
public void ClipboardCopy(CellRange cellRange)
Public Sub ClipboardCopy(cellRange As CellRange)
Parameters
Type Name Description
CellRange cellRange

ClipboardCopy(CellRange, ClipboardCopyOptions)

Copies the contents from the specified CellRange in the sheet to the Clipboard using the specified ClipboardCopyOptions.

Declaration
public void ClipboardCopy(CellRange cellRange, ClipboardCopyOptions copyOptions)
Public Sub ClipboardCopy(cellRange As CellRange, copyOptions As ClipboardCopyOptions)
Parameters
Type Name Description
CellRange cellRange
ClipboardCopyOptions copyOptions