SetVerticalMargin Method (ITableStyle) Send Feedback
See Also 
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
Sets the size of the vertical margin for the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Sub SetVerticalMargin( _
   ByVal CellType As dsTableCellType_e, _
   ByVal NewVal As System.Double _
) 
C# 
void SetVerticalMargin( 
   dsTableCellType_e CellType,
   System.double NewVal
)
JavaScript 
SetVerticalMargin( 
   CellType : String,
   NewVal : Number
)
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
 

See Also

Availability

DraftSight V1R3.0