ClipboardCopy(CellRange) Method
In This Topic
Copies the contents from the specified CellRange in the sheet to the Clipboard.
Syntax
'Declaration
Public Overloads Sub ClipboardCopy( _
ByVal As CellRange _
)
'Usage
Dim instance As SheetView
Dim cellRange As CellRange
instance.ClipboardCopy(cellRange)
public void ClipboardCopy(
CellRange
)
Parameters
- cellRange
See Also