| 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* Val ) | |
| C++ | |
|---|---|
DSRESULT 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
DraftSight V1R3.0
Syntax