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