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

Syntax

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

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Val[out] or Return Value
Color of the text for the specified type of cell in this TableStyle
 

See Also

Availability

DraftSight V1R3.0