'Declaration Public Function New( _ ByVal columnIndex As Integer, _ ByVal rowIndex As Integer _ )
'Usage Dim columnIndex As Integer Dim rowIndex As Integer Dim instance As New DefaultSheetDataModel.CellEventArgs(columnIndex, rowIndex)
public DefaultSheetDataModel.CellEventArgs( int columnIndex, int rowIndex )
Parameters
- columnIndex
- Column index
- rowIndex
- Row index