Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / IsClipboardCutting Property


In This Topic
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
See Also