'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Integer, _
ByVal columnBegin As Integer, _
ByVal As Integer, _
ByVal columnEnd As Integer, _
ByVal As Integer, _
ByVal As FillDirection, _
ByVal As Boolean _
)
'使用法
Dim view As SpreadView
Dim rowBegin As Integer
Dim columnBegin As Integer
Dim rowEnd As Integer
Dim columnEnd As Integer
Dim numberToCopy As Integer
Dim direction As FillDirection
Dim dataOnly As Boolean
Dim instance As New DragFillBlockEventArgs(view, rowBegin, columnBegin, rowEnd, columnEnd, numberToCopy, direction, dataOnly)