PdfTableCell.Index Property

PDF File Writer

PdfTableCellIndex Property

Gets cell's index position within Table.Cell array.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int Index { get; }

Property Value

Type: Int32
Remarks
It is the cell's column number starting with zero.
See Also