Spread Windows Forms 15.0
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
    public bool Overwrite {get;}
    See Also