GetTextHeight Method (ITable) Send Feedback
See Also 
Height[out]
Height of the specified type of cell in this Table
CellType
Type of cell as defined in dsTableCellType_e
Gets the height of the text of the specified type of cell in this Table.

Syntax

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

Parameters

CellType
Type of cell as defined in dsTableCellType_e
Height[out] or Return Value
Height of the specified type of cell in this Table
 

See Also

Availability

DraftSight V1R6.0