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

Syntax

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
 

See Also

Availability

DraftSight V1R3.0