| Visual Basic | |
|---|---|
Function GetVerticalMargin( _ ByVal CellType As dsTableCellType_e _ ) As System.Double | |
| C# | |
|---|---|
System.double GetVerticalMargin( dsTableCellType_e CellType ) | |
| JavaScript | |
|---|---|
GetVerticalMargin( CellType : String ) : Number | |
| COM native C++ | |
|---|---|
HRESULT GetVerticalMargin( dsTableCellType_e CellType, DOUBLE* Val ) | |
| C++ | |
|---|---|
DSRESULT GetVerticalMargin( dsTableCellType_e CellType, double* Val ) | |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- Val[out] or Return Value
- Size of the vertical margin for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::SetVerticalMargin Method
ITableStyle::GetHorizontalMargin Method
ITableStyle::SetHorizontalMargin Method
ITableStyle Members
ITableStyle::SetVerticalMargin Method
ITableStyle::GetHorizontalMargin Method
ITableStyle::SetHorizontalMargin Method
DraftSight V1R3.0
Syntax