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