Spread Silverlight Documentation
CanUserDragDrop Property (GcSpreadSheet)
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.