CellType Enumeration

PDF File Writer

CellType Enumeration

Cell type enumeration

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum CellType
Members
  Member nameValueDescription
Empty0 Cell's value is null.
Text1 Cell's value is String and Style.MultiLineText is false.
TextBox2 Cell's value is TextBox or String with Style.MultiLineText is true.
Image3 Cell's value is image.
Barcode4 Cell's value is barcode.
See Also