ClipboardCopy(CellRange) Method
Copies the contents from the specified CellRange in the sheet to the Clipboard.
'Declaration
Public Overloads Sub ClipboardCopy( _
ByVal As CellRange _
)
'Usage
Dim instance As SheetView
Dim cellRange As CellRange
instance.ClipboardCopy(cellRange)
Parameters
- cellRange