Visual Basic | |
---|---|
Function GetTextColor( _ ByVal CellType As dsTableCellType_e _ ) As Color |
C# | |
---|---|
Color GetTextColor( dsTableCellType_e CellType ) |
COM native C++ | |
---|---|
HRESULT GetTextColor( dsTableCellType_e CellType, IColor** Val ) |
C++ | |
---|---|
DSRESULT GetTextColor( dsTableCellType_e CellType, dsColor** Val ) |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- Val[out] or Return Value
- Color of the text for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::SetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::SetTextHeight Method
ITableStyle::SetTextStyle Method
ITableStyle::GetTextStyle Method
ITableStyle Members
ITableStyle::SetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::SetTextHeight Method
ITableStyle::SetTextStyle Method
ITableStyle::GetTextStyle Method
DraftSight V1R3.0