Skip to main content
All docs
V26.1
  • BeforeDropRangeEventArgs Properties

    Provides data for the SpreadsheetControl.BeforeDropRange event.
    Name Description
    Cancel Gets or sets whether to cancel the drag-and-drop operation for the selected cell range.
    OperationType Gets the drag-and-drop operation type.
    SourceRange Returns a cell range that a user is about to move or copy to a new location.
    TargetRange Returns a cell range into which a user is about to paste data.
    See Also