[]
Represents the event data for the EnterCell event for the Spread component, which occurs when the focus enters a cell.
public class EnterCellEventArgs : EventArgs
Public Class EnterCellEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| EnterCellEventArgs(SpreadView, 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. |
| View | Gets the view that contains the cell being entered. |