Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class / Overwrite Property


In This Topic
    Overwrite Property (DragDropBlockEventArgs)
    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 DragDropBlockEventArgs
    Dim value As Boolean
     
    value = instance.Overwrite
    public bool Overwrite {get;}
    See Also