GetAlignment Method (ITableStyle) Send Feedback
See Also 
Val[out]
Justification and alignment of the text in the specified type of cell in this TableStyle as defined in dsTableCellAlignment_e
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Gets the justification and alignment of the text in the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Function GetAlignment( _
   ByVal CellType As dsTableCellType_e _
) As dsTableCellAlignment_e
JavaScript 
GetAlignment( 
   CellType : String
) : String
COM native C++ 
HRESULT GetAlignment( 
   dsTableCellType_e CellType,
   dsTableCellAlignment_e* Val
) 

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Val[out] or Return Value
Justification and alignment of the text in the specified type of cell in this TableStyle as defined in dsTableCellAlignment_e
 

See Also

Availability

DraftSight V1R3.0