AllowDragDrop Property (FpSpread)
Gets or sets whether to allow the user to drag-and-drop a range of cells in the component.
public bool AllowDragDrop {get; set;}
'Declaration
Public Property AllowDragDrop As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowDragDrop = value
value = instance.AllowDragDrop