Spread Windows Forms 15.0
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
    public CutCopyMode CutCopyMode {get; set;}

    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