Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class / Overwrite Property


In This Topic
Overwrite Property (DragDropBlockCompletedEventArgs)
In This Topic
Gets whether the destination range contains data (that is overwritten).
Syntax
'Declaration
 
Public ReadOnly Property Overwrite As Boolean
 
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As Boolean
 
value = instance.Overwrite
See Also