Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / IsCutting Property


In This Topic
IsCutting Property
In This Topic
Gets a boolean value indicating whether the clipboard action is Cut.
Syntax
'Declaration
 
Public Property IsCutting As Boolean
 
'Usage
 
Dim instance As CommandResult
Dim value As Boolean
 
instance.IsCutting = value
 
value = instance.IsCutting
See Also