Visual Basic | |
---|---|
Sub SetTextHeight( _ ByVal CellType As dsTableCellType_e, _ ByVal NewVal As System.Double _ ) |
C# | |
---|---|
void SetTextHeight( dsTableCellType_e CellType, System.double NewVal ) |
COM native C++ | |
---|---|
HRESULT SetTextHeight( dsTableCellType_e CellType, DOUBLE NewVal ) |
C++ | |
---|---|
DSRESULT SetTextHeight( dsTableCellType_e CellType, double NewVal ) |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- NewVal
- Height of the text for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::GetTextHeight Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextStyle Method
ITableStyle Members
ITableStyle::GetTextHeight Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextStyle Method
DraftSight V1R3.0