static public method TableRowExtensions.AddCell
Adds a cell with specified text, column and row span to the table row, allows configuring the cell and returns the TableCellBuilder
.
Declaration | ||||
|
Parameters | |
row |
This |
text |
The cell text. |
colSpan |
The column span. |
rowSpan |
The row span. |
cellConfigure |
A configuration action for the cell. |
Declared in TableRowExtensions