PdfTable.Cell Property

PDF File Writer

PdfTableCell Property

Gets array of cell items.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfTableCell[] Cell { get; }

Property Value

Type: PdfTableCell
Remarks
SetColumnWidth method creates the Cell array. Cell array length is Columns. Each cell controls the drawing of one column.
See Also