IsClipboardCutting Property
In This Topic
Gets or sets a boolean value indicating whether the current clipboard action is Cut.
Syntax
'Declaration
Public ReadOnly Property IsClipboardCutting As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.IsClipboardCutting
public bool IsClipboardCutting {get;}
See Also