Spread Silverlight Documentation
Copy Property (DragDropBlockCompletedEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockCompletedEventArgs Class : Copy Property
Gets whether the source range is copied.
Syntax
'Declaration
 
Public ReadOnly Property Copy As System.Boolean
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As System.Boolean
 
value = instance.Copy
public System.bool Copy {get;}

Property Value

A bool value that indicates whether the source range is copied.
See Also

Reference

DragDropBlockCompletedEventArgs Class
DragDropBlockCompletedEventArgs Members