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

Syntax

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

Parameters

CellType
Type of cell in the TableStyle as defined in dsTableCellType_e
Val[out] or Return Value
Background Color

Example

 

See Also

Availability

DraftSight V1R3.0