[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.SheetSelectionModelEventArgs.-ctor

SheetSelectionModelEventArgs Constructor

SheetSelectionModelEventArgs(int, int, int, int)

Creates a new Changed event arguments object for the selection model for the sheet.

Declaration
public SheetSelectionModelEventArgs(int row, int column, int rowCount, int columnCount)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int row

Row index of the start of the selection

int column

Column index of the start of the selection

int rowCount

Number of rows in the selection

int columnCount

Number of columns in the selection