GetBordersColor Method (ITableStyle) Send Feedback
See Also 
Val[out]
Color of the specified type of Line for the border for the specified type of cell
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
Gets the Color of the specified type of Line for the border of the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Function GetBordersColor( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e _
) As Color
C# 
Color GetBordersColor( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType
)
JavaScript 
GetBordersColor( 
   CellType : String,
   LineType : String
) : dsColor
COM native C++ 
HRESULT GetBordersColor( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   IColor** Val
) 

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
Val[out] or Return Value
Color of the specified type of Line for the border for the specified type of cell
 

See Also

Availability

DraftSight V1R3.0