[]
Represents the event data for the Change event for the Spread component, which occurs when a cell changes.
public class ChangeEventArgs : EventArgs
Public Class ChangeEventArgs
Inherits EventArgs
Name | Description |
---|---|
ChangeEventArgs(SpreadView, int, int) | Creates a new object with the Change event arguments. |
Name | Description |
---|---|
Column | Gets the column index of the cell that is changed. |
Row | Gets the row index of the cell that is changed. |
View | Gets the view that contains the cell that is changed. |