PDF File Writer Class Library - Author Uzi Granot
CellType Enumeration |
Cell type enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public enum CellType

Member name | Value | Description | |
---|---|---|---|
Empty | 0 | Cell's value is null. | |
Text | 1 | Cell's value is String and Style.MultiLineText is false. | |
TextBox | 2 | Cell's value is TextBox or String with Style.MultiLineText is true. | |
Image | 3 | Cell's value is image. | |
Barcode | 4 | Cell's value is barcode. |
