SetTextHeight Method (ITable) Send Feedback
See Also 
CellType
Type of cell as defined in dsTableCellType_e
Height
Height of the specified type of cell in this Table
Sets the height of the specified type of cell in this Table.

Syntax

Visual Basic 
Sub SetTextHeight( _
   ByVal CellType As dsTableCellType_e, _
   ByVal Height As System.Double _
) 
C# 
void SetTextHeight( 
   dsTableCellType_e CellType,
   System.double Height
)
JavaScript 
SetTextHeight( 
   CellType : String,
   Height : Number
)
COM native C++ 
HRESULT SetTextHeight( 
   dsTableCellType_e CellType,
   DOUBLE Height
) 
C++ 
DSRESULT SetTextHeight( 
   dsTableCellType_e CellType,
   double Height
) 

Parameters

CellType
Type of cell as defined in dsTableCellType_e
Height
Height of the specified type of cell in this Table
 

See Also

Availability

DraftSight V1R6.0