| 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 in the TableStyle as defined in dsTableCellType_e
- NewVal
- Color of the text for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::GetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextHeight Method
ITableStyle::SetTextStyle Method
ITableStyle Members
ITableStyle::GetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextHeight Method
ITableStyle::SetTextStyle Method
DraftSight V1R3.0
Syntax