SetTextHeight Method (ITableStyle) Send Feedback
See Also 
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
Sets the height of the text for the specified type of cell in this TableStyle.

Syntax

Visual Basic 
Sub SetTextHeight( _
   ByVal CellType As dsTableCellType_e, _
   ByVal NewVal As System.Double _
) 
C# 
void SetTextHeight( 
   dsTableCellType_e CellType,
   System.double NewVal
)
JavaScript 
SetTextHeight( 
   CellType : String,
   NewVal : Number
)
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
 

See Also

Availability

DraftSight V1R3.0