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