Method Cell
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Cell()
Adds cell to the next column in the table body.
public LayoutContainer Cell()
Returns
- LayoutContainer
The container for the added cell.
Remarks
Read the Cells section of the Table container article for more information about working with cells.
Cell(Action<TableCell>)
Adds cell to a specific position in the table body.
public LayoutContainer Cell(Action<TableCell> config)
Parameters
Returns
- LayoutContainer
The container for the added cell.
Remarks
Read the Cells section of the Table container article for more information about working with cells.