GrapeCity.Xaml.SpreadSheet.UI
DragFillBlockCompleted Event (SheetView)


Occurs at the completion of the user dragging to fill a range of cells.
Syntax
'Declaration
 
Public Event DragFillBlockCompleted As EventHandler(Of DragFillBlockCompletedEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of DragFillBlockCompletedEventArgs)
 
AddHandler instance.DragFillBlockCompleted, handler
public event EventHandler<DragFillBlockCompletedEventArgs> DragFillBlockCompleted
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
AutoFillType Gets the AutoFillType value used for the fill operation.  
FillDirection Gets the direction of the fill.  
FillRange Gets the range used for the fill operation.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options