Spread Silverlight Documentation
DragFillBlock Event (SheetView)


Occurs when the user drags to fill a range of cells.
Syntax
'Declaration
 
Public Event DragFillBlock As System.EventHandler(Of DragFillBlockEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of DragFillBlockEventArgs)
 
AddHandler instance.DragFillBlock, handler
public event System.EventHandler<DragFillBlockEventArgs> DragFillBlock
Event Data

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

PropertyDescription
AutoFillTypeGets the AutoFillType value used for the fill operation.  
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
FillDirectionGets the direction of the fill.  
FillRangeGets the range used for the fill operation.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.