[]
Creates a new object with the DragDropBlockCompleted event arguments.
public DragFillBlockCompletedEventArgs(SpreadView view, int rowBegin, int columnBegin, int rowEnd, int columnEnd, int numberToCopy, FillDirection direction, bool dataOnly)
Public Sub New(view As SpreadView, rowBegin As Integer, columnBegin As Integer, rowEnd As Integer, columnEnd As Integer, numberToCopy As Integer, direction As FillDirection, dataOnly As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View from which to make a selection |
int | rowBegin | Row index of the top left cell of the range being used for the fill |
int | columnBegin | Column index of the top left cell of the range being used for the fill |
int | rowEnd | Row index of the bottom right cell of the range being used for the fill |
int | columnEnd | Column index of the bottom right cell of the range being used for the fill |
int | numberToCopy | Number of rows or columns being filled |
FillDirection | direction | Direction of the fill |
bool | dataOnly | Whether only data is used |