[]
Represents the event data for the EnterCell event for the Spread component, which occurs when the focus enters a cell.
public class EnterCellEventArgs : RoutedEventArgs
Public Class EnterCellEventArgs
Inherits RoutedEventArgs
| Name | Description |
|---|---|
| EnterCellEventArgs(GcSpreadSheet, IWorksheet, int, int) | Creates a new object with the EnterCell event arguments. |
| Name | Description |
|---|---|
| Column | Gets the column index of the cell being entered. |
| Row | Gets the row index of the cell being entered. |
| Worksheet | Gets the worksheet of the cell being entered. |