[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellClickEventArgs.-ctor

CellClickEventArgs Constructor

CellClickEventArgs(IWorksheet, int, int)

Initializes a new instance of the CellClickEventArgs class.

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

The worksheet supports cell click events.

int row

The row index.

int column

The column index.