| 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 Table as defined in dsTableCellType_e
- NewVal
- Background Color
ITable Interface
ITable Members
ITable::GetBackgroundColor Method ()
ITable::GetCellBackgroundColor Method ()
ITable::SetCellBackgroundColor Method ()
ITable Members
ITable::GetBackgroundColor Method ()
ITable::GetCellBackgroundColor Method ()
ITable::SetCellBackgroundColor Method ()
DraftSight V1R6.0
Syntax