| GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet Class : CanUserDragDrop Property | 
'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;}
            gcSpreadSheet1.CanUserDragDrop = true;GcSpreadSheet1.CanUserDragDrop = TrueTarget 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)