[]
Creates a new object with the DragFillBlock event arguments.
public DragFillBlockEventArgs(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 | Data only flag |
Creates a new object with the DragFillBlock event arguments.
public DragFillBlockEventArgs(SpreadView view, int rowBegin, int columnBegin, int rowEnd, int columnEnd, int numberToCopy, FillDirection direction, bool dataOnly, bool cancel)
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, cancel 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 block range 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 | Data only flag |
bool | cancel | Whether to cancel the fill |