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; }
Public Property Alignment As CellAlignment?
Get
Set
public:
property Nullable<CellAlignment> Alignment {
Nullable<CellAlignment> get ();
void set (Nullable<CellAlignment> value);
}
member Alignment : Nullable<CellAlignment> with get, set
Property Value
NullableCellAlignment
See Also