Spread WPF 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.CategoryAttribute("Spread Workbook")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanUserDragDrop As System.Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Boolean
 
instance.CanUserDragDrop = value
 
value = instance.CanUserDragDrop
[System.ComponentModel.Category("Spread Workbook")]
[System.ComponentModel.DefaultValue()]
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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.