Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / copy Field


In This Topic
    copy Field
    In This Topic
    Specifies whether to copy the range (true to copy; false to move).
    Syntax
    'Declaration
     
    
    Protected copy As Boolean
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Boolean
     
    value = instance.copy
     
    instance.copy = value
    protected bool copy
    See Also