Spread Windows Forms 9.0 Product Documentation
DragDropBlockCompletedEventArgs Class Members
Properties 


The following tables list the members exposed by DragDropBlockCompletedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDragDropBlockCompletedEventArgs ConstructorCreates a new object with the DragDropBlockCompleted event arguments.  
Top
Public Properties
 NameDescription
Public PropertyActionGets whether the source range is copied or moved.  
Public PropertyColumnBeginGets the column index of the top left cell of the source range (being dragged).  
Public PropertyColumnEndGets the column index of the bottom right cell of the source range (being dragged).  
Public PropertyDataOnlyGets whether data or formatting (or both) is copied or moved.  
Public PropertyDestinationColumnBeginGets the column index of the top left cell of the destination range (where selection is dropped).  
Public PropertyDestinationColumnEndGets the column index of the bottom right cell of the destination range (where selection is dropped).  
Public PropertyDestinationRowBeginGets the row index of the top left cell of the destination range (where selection is dropped).  
Public PropertyDestinationRowEndGets the row index of the bottom right cell of the destination range (where selection is dropped).  
Public PropertyOverwriteGets whether the destination range contains data (that is overwritten).  
Public PropertyRowBeginGets the row index of the top left cell of the source range (being dragged).  
Public PropertyRowEndGets the row index of the bottom right cell of the source range (being dragged).  
Top
See Also

Reference

DragDropBlockCompletedEventArgs Class
FarPoint.Win.Spread Namespace
DragDropBlockCompleted Event

User-Task Documentation

Using Drag Operations to Fill Cells
Managing Events from User Actions

 

 


Copyright © GrapeCity, inc. All rights reserved.