CellContentTypes Enumeration
 | 
This enum class represents cell content
types.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public enum CellContentTypes
 
Public Enumeration CellContentTypes
 
public enum class CellContentTypes
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| Unknown | 
0 | 
Unknown cell content. | 
| Value | 
1 | 
Content is value in any data type including text. | 
| Field | 
2 | 
Content is field. | 
| Block | 
4 | 
Content is block. | 
 
See Also