Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockEventArgs Class / Insert Property


In This Topic
    Insert Property (DragDropBlockEventArgs)
    In This Topic
    Gets whether the source range is inserted.
    Syntax
    'Declaration
     
    Public ReadOnly Property Insert As Boolean
    'Usage
     
    Dim instance As DragDropBlockEventArgs
    Dim value As Boolean
     
    value = instance.Insert
    public bool Insert {get;}

    Property Value

    A bool value that indicates whether the source range is inserted.
    See Also