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

Syntax

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

See Also

Availability

DraftSight V1R3.0