CreateTableCell Delegate
Encapsulates a method used to create TableCell for specified row and column.
public delegate TableCell CreateTableCell(int rowIndex, int columnIndex);
Public Delegate Function CreateTableCell(rowIndex As Integer, columnIndex As Integer) As TableCell
Parameters
rowIndex
- System.Int32
Index of the row.
columnIndex
- System.Int32
Index of the column.