| Visual Basic | |
|---|---|
Sub SetTextColor( _ ByVal CellType As dsTableCellType_e, _ ByVal NewVal As Color _ ) | |
| C# | |
|---|---|
void SetTextColor( dsTableCellType_e CellType, Color NewVal ) | |
| COM native C++ | |
|---|---|
HRESULT SetTextColor( dsTableCellType_e CellType, IColor* NewVal ) | |
| C++ | |
|---|---|
DSRESULT SetTextColor( dsTableCellType_e CellType, dsColor* NewVal ) | |
Parameters
- CellType
- Type of cell as defined in dsTableCellType_e
- NewVal
- Color of specified type of cell
ITable Interface
ITable Members
ITable::GetTextColor Method ()
ITable::GetCellTextColor Method ()
ITable::SetCellTextColor Method ()
ITable::GetCellTextStyle Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextHeight Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextHeight Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextHeight Method ()
ITable::SetTextStyle Method ()
ITable Members
ITable::GetTextColor Method ()
ITable::GetCellTextColor Method ()
ITable::SetCellTextColor Method ()
ITable::GetCellTextStyle Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextHeight Method ()
ITable::GetTextStyle Method ()
ITable::SetCellTextHeight Method ()
ITable::SetCellTextStyle Method ()
ITable::SetText Method ()
ITable::SetTextHeight Method ()
ITable::SetTextStyle Method ()
DraftSight V1R6.0
Syntax