FormattedTableDataGetAlignment
Method
|
Returns the alignment of the first content in
radians.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual CellAlignment GetAlignment(
int row,
int column
)
Public Overridable Function GetAlignment (
row As Integer,
column As Integer
) As CellAlignment
public:
virtual CellAlignment GetAlignment(
int row,
int column
)
abstract GetAlignment :
row : int *
column : int -> CellAlignment
override GetAlignment :
row : int *
column : int -> CellAlignment
Parameters
- row Int32
- [in] Row index of the cell.
- column Int32
- [in] Column index of the cell.
Return Value
CellAlignment
Cell alignment value that specifies how text is aligned in a table
cell. These values are relevant when text is oriented
horizontally.
See Also