GetVerticalMargin Method (ITableStyle) Send Feedback
See Also 
Val[out]
Size of the vertical margin for the specified type of cell in this TableStyle
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Gets the size of the vertical margin for the specified type of cell in this TableStyle.

Syntax

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
 

See Also

Availability

DraftSight V1R3.0