[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellClickEventArgs

CellClickEventArgs Class

Represents the event arguments for the CellClick event.

Inheritance
CellClickEventArgs
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public class CellClickEventArgs : EventArgs
Public Class CellClickEventArgs
    Inherits EventArgs

Constructors

Name Description
CellClickEventArgs(IWorksheet, int, int)

Initializes a new instance of the CellClickEventArgs class.

Properties

Name Description
Column

Gets the column index of the clicked cell.

Row

Gets the column index of the clicked cell.

Worksheet

Gets the worksheet that supports cell click events.