SetBackgroundColor Method (ITable) Send Feedback
See Also  Example
CellType
Type of cell in the Table as defined in dsTableCellType_e
NewVal
Background Color
Sets the background Color of the specified type of cell in this Table.

Syntax

Visual Basic 
Sub SetBackgroundColor( _
   ByVal CellType As dsTableCellType_e, _
   ByVal NewVal As Color _
) 
C# 
void SetBackgroundColor( 
   dsTableCellType_e CellType,
   Color NewVal
)
JavaScript 
SetBackgroundColor( 
   CellType : String,
   NewVal : dsColor
)
COM native C++ 
HRESULT SetBackgroundColor( 
   dsTableCellType_e CellType,
   IColor* NewVal
) 
C++ 
DSRESULT SetBackgroundColor( 
   dsTableCellType_e CellType,
   dsColor* NewVal
) 

Parameters

CellType
Type of cell in the Table as defined in dsTableCellType_e
NewVal
Background Color

Example

 

See Also

Availability

DraftSight V1R6.0