GrapeCity.Xaml.SpreadSheet.UI
CanUserDragDrop Property (GcSpreadSheet)
Example 


GrapeCity.Xaml.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
 
<CategoryAttribute()>
<DefaultValueAttribute()>
Public Property CanUserDragDrop As Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
instance.CanUserDragDrop = value
 
value = instance.CanUserDragDrop
[Category()]
[DefaultValue()]
public bool CanUserDragDrop {get; set;}
Example
This example sets the CanUserDragDrop property.
gcSpreadSheet1.CanUserDragDrop = true;
GcSpreadSheet1.CanUserDragDrop = True
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members