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

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 as defined in dsTableCellType_e
NewVal
Color of specified type of cell
 

See Also

Availability

DraftSight V1R6.0