Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowDragDrop Property


In This Topic
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
See Also