CellContentTypes Property
|
Property that represents content type of the
cell. This property can be one of the following: 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 3 Content is block.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CellContentTypes ContentTypes { get; }
Public ReadOnly Property ContentTypes As CellContentTypes
Get
public:
property CellContentTypes ContentTypes {
CellContentTypes get ();
}
member ContentTypes : CellContentTypes with get
Property Value
CellContentTypes
See Also