TableStyleAlignment
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual CellAlignment Alignment(
RowType rowType
)
Public Overridable Function Alignment (
rowType As RowType
) As CellAlignment
public:
virtual CellAlignment Alignment(
RowType rowType
)
abstract Alignment :
rowType : RowType -> CellAlignment
override Alignment :
rowType : RowType -> CellAlignment
Parameters
- rowType RowType
-
Return Value
CellAlignment
See Also