| 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 TableStyle as defined in dsTableCellType_e
- Val[out] or Return Value
- Background Color
DraftSight V1R3.0
Syntax