[]
Creates a new instance of DefaultSheetDataModel.CellEventArgs class.
public CellEventArgs(int columnIndex, int rowIndex)
Public Sub New(columnIndex As Integer, rowIndex As Integer)
| Type | Name | Description |
|---|---|---|
| int | columnIndex | Column index |
| int | rowIndex | Row index |