SetBordersColor Method (ITable) Send Feedback
See Also 
CellType
Type of cell in the Table as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
Color of the specified type of Line for the border for the specified type of cell
Sets the Color of the specified type of Line for the border of the specified type of cell in this Table.

Syntax

Visual Basic 
Sub SetBordersColor( _
   ByVal CellType As dsTableCellType_e, _
   ByVal LineType As dsTableBordersLineType_e, _
   ByVal NewVal As Color _
) 
C# 
void SetBordersColor( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   Color NewVal
)
JavaScript 
SetBordersColor( 
   CellType : String,
   LineType : String,
   NewVal : dsColor
)
COM native C++ 
HRESULT SetBordersColor( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   IColor* NewVal
) 
C++ 
DSRESULT SetBordersColor( 
   dsTableCellType_e CellType,
   dsTableBordersLineType_e LineType,
   dsColor* NewVal
) 

Parameters

CellType
Type of cell in the Table as defined in dsTableCellType_e
LineType
Type of Line for the border as defined in dsTableBordersLineType_e
NewVal
Color of the specified type of Line for the border for the specified type of cell
 

See Also

Availability

DraftSight V1R6.0