[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewEventArgs.-ctor

SheetViewEventArgs Constructor

SheetViewEventArgs()

Creates a new event arguments object for the sheet.

Declaration
public SheetViewEventArgs()
Public Sub New()

SheetViewEventArgs(int, int)

Creates a new event arguments object for the sheet, specifying the row and column.

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

Row index

int column

Column index

SheetViewEventArgs(int, int, int, int)

Creates a new event arguments object for the sheet, specifying the row, column, and number of rows and columns.

Declaration
public SheetViewEventArgs(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

int column

Column index

int rowCount

Number of rows

int columnCount

Number of columns