Property that represents cell type of the
cell. This property can be one of the following: Name Value
Description UnknownCell 0 Cell contains unknown data. TextCell 1
Text cell type BlockCell 2 Block cell type. MultipleContentCell 3
Cell type that contains multiple or mixed content.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public TableCellType CellType { get; }
Public ReadOnly Property CellType As TableCellType
Get
public:
property TableCellType CellType {
TableCellType get ();
}
member CellType : TableCellType with get
Property Value
TableCellType
See Also