Spread Silverlight Documentation
CanUserDragDrop Property (GcSpreadSheet)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanUserDragDrop Property
Gets or sets whether to allow the user to drag and drop cell range data to another range.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Spread Workbook")>
Public Property CanUserDragDrop As System.Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Boolean
 
instance.CanUserDragDrop = value
 
value = instance.CanUserDragDrop
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Category("Spread Workbook")]
public System.bool CanUserDragDrop {get; set;}
Example
This example sets the CanUserDragDrop property.
gcSpreadSheet1.CanUserDragDrop = true;
GcSpreadSheet1.CanUserDragDrop = True
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members