Click or drag to resize

CreateTableCell Delegate

Encapsulates a method used to create TableCell for specified row and column.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public delegate TableCell CreateTableCell(
	int rowIndex,
	int columnIndex
)

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