| Visual Basic | |
|---|---|
Sub SetTextStyle( _ ByVal CellType As dsTableCellType_e, _ ByVal NewVal As System.String _ ) | |
| C# | |
|---|---|
void SetTextStyle( dsTableCellType_e CellType, System.string NewVal ) | |
| COM native C++ | |
|---|---|
HRESULT SetTextStyle( dsTableCellType_e CellType, BSTR NewVal ) | |
| C++ | |
|---|---|
DSRESULT SetTextStyle( dsTableCellType_e CellType, const dsString& NewVal ) | |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- NewVal
- Name of the TextStyle for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::GetTextStyle Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextHeight Method
ITableStyle Members
ITableStyle::GetTextStyle Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextHeight Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextHeight Method
DraftSight V1R3.0
Syntax