[]
Creates a new undo action for a cell drag and fill operation.
public CellDragFillUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, int fillCount, FillDirection fillDirection, bool dataOnly)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, fillCount As Integer, fillDirection As FillDirection, dataOnly As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
int | row | Row index of start of range to drag and fill |
int | column | Column index of start of range to drag and fill |
int | rowCount | Number of rows in range to drag and fill |
int | columnCount | Number of columns in range to drag and fill |
int | fillCount | Number of rows or columns to fill |
FillDirection | fillDirection | Direction for fill |
bool | dataOnly | True to fill data only |