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

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 as defined in dsTableCellType_e
Val[out] or Return Value
Color of the text for the specified type of cell in this Table
 

See Also

Availability

DraftSight V1R6.0