Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragDropUndoAction Class / DragDropExtent Property


In This Topic
    DragDropExtent Property
    In This Topic
    Gets the drag drop extent for DragDropUndoAction.
    Syntax
    'Declaration
     
    Public ReadOnly Property DragDropExtent As DragDropExtent
    'Usage
     
    Dim instance As DragDropUndoAction
    Dim value As DragDropExtent
     
    value = instance.DragDropExtent
    public DragDropExtent DragDropExtent {get;}

    Property Value

    The drag drop extent.
    See Also