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


In This Topic
AllowDragDrop Property (SpreadView)
In This Topic
Gets or sets whether to allow the user to drag and drop a range of cells in the view.
Syntax
'Declaration
 
Public Property AllowDragDrop As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.AllowDragDrop = value
 
value = instance.AllowDragDrop
See Also