Spread Silverlight Documentation
CanUserDragDrop Property (SheetView)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CanUserDragDrop Property
Gets or sets whether to allow users to drag and drop a range.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanUserDragDrop As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.CanUserDragDrop = value
 
value = instance.CanUserDragDrop
[System.ComponentModel.DefaultValue()]
public System.bool CanUserDragDrop {get; set;}
Example
This example uses the CanUserDragDrop property.
GcSpreadSheet1.View.CanUserDragDrop = true;
GcSpreadSheet1.View.CanUserDragFill = true;
GcSpreadSheet1.View.CanUserEditFormula = true;
GcSpreadSheet1.View.CanUserDragDrop = True
GcSpreadSheet1.View.CanUserDragFill = True
GcSpreadSheet1.View.CanUserEditFormula = True
See Also

Reference

SheetView Class
SheetView Members