GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / CutCopyMode Property


In This Topic
CutCopyMode Property
In This Topic
Gets or sets the status of Cut or Copy mode.
Syntax
'Declaration
 
Property CutCopyMode As CutCopyMode
 
'Usage
 
Dim instance As IWorkbookSet
Dim value As CutCopyMode
 
instance.CutCopyMode = value
 
value = instance.CutCopyMode

Property Value

Sets the status to CutCopyMode.None to cancels Cut or Copy mode and removes the moving border; otherwise, starts Cut or Copy mode and shows the moving border.
See Also