Encapsulates a method used to create
TableCell for
specified row and column.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic delegate TableCell CreateTableCell(
int rowIndex,
int columnIndex
)
Public Delegate Function CreateTableCell (
rowIndex As Integer,
columnIndex As Integer
) As TableCell
Parameters
- rowIndex Int32
- Index of the row.
- columnIndex Int32
- Index of the column.
Return Value
TableCell
A
TableCell instance that encapsulated method creates.
See Also