[]
Represents the event arguments for the CellClick event.
public class CellClickEventArgs : EventArgs
Public Class CellClickEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| CellClickEventArgs(IWorksheet, int, int) | Initializes a new instance of the CellClickEventArgs class. |
| 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. |