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