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