| Visual Basic | |
|---|---|
Function GetBackgroundColor( _ ByVal CellType As dsTableCellType_e _ ) As Color | |
| C# | |
|---|---|
Color GetBackgroundColor( dsTableCellType_e CellType ) | |
| 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
ITable Interface
ITable Members
ITable::SetBackgroundColor Method ()
ITable::GetCellBackgroundColor Method ()
ITable::SetCellBackgroundColor Method ()
ITable Members
ITable::SetBackgroundColor Method ()
ITable::GetCellBackgroundColor Method ()
ITable::SetCellBackgroundColor Method ()
DraftSight V1R6.0
Syntax