| Visual Basic | |
|---|---|
Sub SetVerticalMargin( _ ByVal CellType As dsTableCellType_e, _ ByVal NewVal As System.Double _ ) | |
| C# | |
|---|---|
void SetVerticalMargin( dsTableCellType_e CellType, System.double NewVal ) | |
| COM native C++ | |
|---|---|
HRESULT SetVerticalMargin( dsTableCellType_e CellType, DOUBLE NewVal ) | |
| C++ | |
|---|---|
DSRESULT SetVerticalMargin( dsTableCellType_e CellType, double NewVal ) | |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- NewVal
- Size of the vertical margin for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::GetVerticalMargin Method
ITableStyle::GetHorizontalMargin Method
ITableStyle::SetHorizontalMargin Method
ITableStyle Members
ITableStyle::GetVerticalMargin Method
ITableStyle::GetHorizontalMargin Method
ITableStyle::SetHorizontalMargin Method
DraftSight V1R3.0
Syntax