[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DragDropBlockCompletedEventArgs

DragDropBlockCompletedEventArgs Class

Represents the event data for the DragDropBlockCompleted event for the Spread component, which occurs when the dragging and dropping of a range of cells is completed.

Inheritance
DragDropBlockCompletedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class DragDropBlockCompletedEventArgs : EventArgs
Public Class DragDropBlockCompletedEventArgs
    Inherits EventArgs

Constructors

Name Description
DragDropBlockCompletedEventArgs(SpreadView, int, int, int, int, int, int, int, int, bool, int, bool)

Creates a new object with the DragDropBlockCompleted event arguments.

Properties

Name Description
Action

Gets whether the source range is copied or moved.

ColumnBegin

Gets the column index of the top left cell of the source range (being dragged).

ColumnEnd

Gets the column index of the bottom right cell of the source range (being dragged).

DataOnly

Gets whether data or formatting (or both) is copied or moved.

DestinationColumnBegin

Gets the column index of the top left cell of the destination range (where selection is dropped).

DestinationColumnEnd

Gets the column index of the bottom right cell of the destination range (where selection is dropped).

DestinationRowBegin

Gets the row index of the top left cell of the destination range (where selection is dropped).

DestinationRowEnd

Gets the row index of the bottom right cell of the destination range (where selection is dropped).

Overwrite

Gets whether the destination range contains data (that is overwritten).

RowBegin

Gets the row index of the top left cell of the source range (being dragged).

RowEnd

Gets the row index of the bottom right cell of the source range (being dragged).