Visual Basic | |
---|---|
Sub SetTextStyle( _ ByVal CellType As dsTableCellType_e, _ ByVal TextStyle As System.String _ ) |
C# | |
---|---|
void SetTextStyle( dsTableCellType_e CellType, System.string TextStyle ) |
COM native C++ | |
---|---|
HRESULT SetTextStyle( dsTableCellType_e CellType, BSTR TextStyle ) |
C++ | |
---|---|
DSRESULT SetTextStyle( dsTableCellType_e CellType, const dsString& TextStyle ) |
Parameters
- CellType
- Type of cell as defined in dsTableCellType_e
- TextStyle
- Name of the TextStyle for the specified type of cell in this Table
ITable Interface
ITable Members
ITable::GetTextStyle Method ()
ITable::GetCellTextStyle Method ()
ITable::SetCellTextStyle Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextHeight Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextHeight Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextHeight Method ()
ITable Members
ITable::GetTextStyle Method ()
ITable::GetCellTextStyle Method ()
ITable::SetCellTextStyle Method ()
ITable::GetCellTextColor Method ()
ITable::GetCellTextHeight Method ()
ITable::GetText Method ()
ITable::GetTextColor Method ()
ITable::GetTextHeight Method ()
ITable::SetCellTextColor Method ()
ITable::SetCellTextHeight Method ()
ITable::SetText Method ()
ITable::SetTextColor Method ()
ITable::SetTextHeight Method ()
DraftSight V1R6.0