Adds cell to the next column in the table body.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer Cell()
VB
Public Function Cell As LayoutContainer
Return Value
Type:
LayoutContainerThe container for the added cell.
See Also