Table of Contents

Class TableCellContainer

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

The container for table cells.

public sealed class TableCellContainer
Inheritance
TableCellContainer
Inherited Members

Remarks

Cell containers are used for table headers and footers.

Read the Table container article for the detailed information about tables.

The Getting Started with Layout API article provides essential information on how to generate PDFs with the API.

Check out the other articles and code samples on the C# PDF generation library page.

Methods

Cell()

Adds cell to the next column in this container.

Cell(Action<TableCell>)

Adds cell to a specific position in this container.