TableAlignment(Int32, Int32)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual CellAlignment Alignment(
int row,
int col
)
Public Overridable Function Alignment (
row As Integer,
col As Integer
) As CellAlignment
public:
virtual CellAlignment Alignment(
int row,
int col
)
abstract Alignment :
row : int *
col : int -> CellAlignment
override Alignment :
row : int *
col : int -> CellAlignment
Parameters
- row Int32
-
- col Int32
-
Return Value
CellAlignment
See Also