| Visual Basic | |
|---|---|
Sub SetAlignment( _ ByVal CellType As dsTableCellType_e, _ ByVal Alignment As dsTableCellAlignment_e _ ) | |
| C# | |
|---|---|
void SetAlignment( dsTableCellType_e CellType, dsTableCellAlignment_e Alignment ) | |
| COM native C++ | |
|---|---|
HRESULT SetAlignment( dsTableCellType_e CellType, dsTableCellAlignment_e Alignment ) | |
| C++ | |
|---|---|
DSRESULT 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
ITable Interface
ITable Members
ITable::GetAlignment Method ()
ITable::SetCellAlignment Method ()
ITable::GetCellAlignment Method ()
ITable Members
ITable::GetAlignment Method ()
ITable::SetCellAlignment Method ()
ITable::GetCellAlignment Method ()
DraftSight V1R6.0
Syntax