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