SetAlignment Method (ITable) Send Feedback
See Also 
CellType
Type of cell in the Table as defined in dsTableCellType_e
Alignment
Justification and alignment of the text in the specified type of cell in this Table as defined in dsTableCellAlignment_e
Sets the justification and alignment of the text in the specified type of cell in this Table.

Syntax

Visual Basic 
Sub SetAlignment( _
   ByVal CellType As dsTableCellType_e, _
   ByVal Alignment As dsTableCellAlignment_e _
) 
C# 
void SetAlignment( 
   dsTableCellType_e CellType,
   dsTableCellAlignment_e Alignment
)
JavaScript 
SetAlignment( 
   CellType : String,
   Alignment : String
)
COM native C++ 
HRESULT SetAlignment( 
   dsTableCellType_e CellType,
   dsTableCellAlignment_e Alignment
) 

Parameters

CellType
Type of cell in the Table as defined in dsTableCellType_e
Alignment
Justification and alignment of the text in the specified type of cell in this Table as defined in dsTableCellAlignment_e
 

See Also

Availability

DraftSight V1R6.0