Class TableDataCellContent

TableDataCellContent class

The cad linked table cell content data

public class TableDataCellContent

Constructors

NameDescription
TableDataCellContent()Initializes a new instance of the TableDataCellContent class.

Properties

NameDescription
Alignment { get; set; }The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5, Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
BlockScale { get; set; }The Block Scale
ContentColor { get; set; }The Content Color
FieldValue { get; set; }The field value
HasContent { get; set; }The content format overrides flag
PropertyFlags { get; set; }The Property Flags. Contains property bit values for property Auto Scale only (0x100).
PropertyOverrideFlags2 { get; set; }The Property Override Flags2
Rotation { get; set; }The Rotation
TextHeight { get; set; }The Text Height
Type { get; set; }The content type
ValueDataType { get; set; }The Value Data Type
ValueFormatString { get; set; }The Value Format String
ValueUnitType { get; set; }The Value Unit Type

See Also