In This Topic
Copies the text of a cell range to the Clipboard.
Syntax
'Declaration
Public Sub ClipboardCopy( _
ByVal As CellRange _
)
'Usage
Dim instance As SheetView
Dim range As CellRange
instance.ClipboardCopy(range)
public void ClipboardCopy(
CellRange
)
Parameters
- range
- The copied cell range.
See Also