FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DragFillBlockCompleted Event


DragFillBlockCompleted Event
Occurs at the completion of the user dragging to fill a range of cells.
Syntax
'Declaration
 
Public Event DragFillBlockCompleted As DragFillBlockCompletedEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As DragFillBlockCompletedEventHandler
 
AddHandler instance.DragFillBlockCompleted, handler
Event Data

The event handler receives an argument of type DragFillBlockCompletedEventArgs containing data related to this event. The following DragFillBlockCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the column index of the top left cell of the range being used for the fill.  
Gets the column index of the bottom right cell of the range being used for the fill.  
Gets whether only data is used.  
Gets the direction of the fill.  
Gets the number of rows or columns being filled.  
Gets the row index of the top left cell of the range being used for the fill.  
Gets the row index of the bottom right cell of the range being used for the fill.  
See Also