Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / CutCopyMode Property


In This Topic
CutCopyMode Property (WorkbookSet)
In This Topic
Gets or sets the status of Cut or Copy mode.
Syntax
'Declaration
 
Public Property CutCopyMode As CutCopyMode
 
'Usage
 
Dim instance As WorkbookSet
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