SetTextColor Method (ITableStyle) Send Feedback
See Also 
CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
NewVal
Color of the text for the specified type of cell in this TableStyle
Sets the Color of the text for the specified type of cell in this TableStyle.

Syntax

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

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
NewVal
Color of the text for the specified type of cell in this TableStyle
 

See Also

Availability

DraftSight V1R3.0