Table.Cell Method

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: LayoutContainer
The container for the added cell.

See Also