| Visual Basic | |
|---|---|
Function GetAlignment( _ ByVal CellType As dsTableCellType_e _ ) As dsTableCellAlignment_e | |
| C# | |
|---|---|
dsTableCellAlignment_e GetAlignment( dsTableCellType_e CellType ) | |
| JavaScript | |
|---|---|
GetAlignment( CellType : String ) : String | |
| COM native C++ | |
|---|---|
HRESULT GetAlignment( dsTableCellType_e CellType, dsTableCellAlignment_e* Alignment ) | |
| C++ | |
|---|---|
DSRESULT GetAlignment( dsTableCellType_e CellType, dsTableCellAlignment_e* Alignment ) | |
Parameters
- CellType
- Type of cell as defined in dsTableCellType_e
- Alignment[out] or Return Value
- 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::SetAlignment Method ()
ITable::GetCellAlignment Method ()
ITable::SetCellAlignment Method ()
ITable Members
ITable::SetAlignment Method ()
ITable::GetCellAlignment Method ()
ITable::SetCellAlignment Method ()
DraftSight V1R6.0
Syntax