SetBordersLineWeight Method (ITableStyle) Send Feedback
See Also 
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
Line weight of the specified type of Line for the border of the specified type of cell in this TableStyle as defined in dsLineWeight_e
Sets the LineWeight of the specified type of Line for the border of the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Sub SetBordersLineWeight( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e, _
   ByVal NewVal As dsLineWeight_e _
) 
C# 
void SetBordersLineWeight( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   dsLineWeight_e NewVal
)
JavaScript 
SetBordersLineWeight( 
   CellType : String,
   LineType : String,
   NewVal : String
)
COM native C++ 
HRESULT SetBordersLineWeight( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   dsLineWeight_e NewVal
) 

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
Line weight of the specified type of Line for the border of the specified type of cell in this TableStyle as defined in dsLineWeight_e
 

See Also

Availability

DraftSight V1R3.0