| Visual Basic | |
|---|---|
Sub SetBackgroundColor( _ ByVal CellType As dsTableCellType_e, _ ByVal NewVal As Color _ ) | |
| C# | |
|---|---|
void SetBackgroundColor( dsTableCellType_e CellType, Color NewVal ) | |
| 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 TableStyle as defined in dsTableCellType_e
- NewVal
- Background Color
DraftSight V1R3.0
Syntax