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

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 Table as defined in dsTableCellType_e
Val[out] or Return Value
Background color
 

See Also

Availability

DraftSight V1R6.0