CellRangeAlignment Property

Property that represents cell alignment for the cell range. This property can be one of the following: Name Value Description TopLeft 1 Left-justified text at a point specified for the top of the text within a text table cell. TopCenter 2 Centers text at a point specified for the top of the text within a text table cell. TopRight 3 Right-justified text at a point specified for the top of the text within a text table cell. MiddleLeft 4 Left-justifies text at a point specified for the middle of the text within a text table cell. MiddleCenter 5 Centers text at a point specified for the middle of the text within a text table cell. MiddleRight 6 Right-justifies text at a point specified for the middle of the text within a text table cell. BottomCenter 7 Left-justifies text at a point specified for the bottom of the text within a text table cell. BottomLeft 8 Centers text at a point specified for the bottom of the text within a text table cell. BottomRight 9 Right-justifies text at a point specified for the bottom of the text within a text table cell.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public CellAlignment? Alignment { get; set; }

Property Value

NullableCellAlignment
See Also

©  Bricsys NV. All rights reserved.