[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DragFillBlockCompletedEventArgs.-ctor

DragFillBlockCompletedEventArgs Constructor

DragFillBlockCompletedEventArgs(SpreadView, int, int, int, int, int, FillDirection, bool)

Creates a new object with the DragDropBlockCompleted event arguments.

Declaration
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)
Parameters
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