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* Val ) |
C++ | |
---|---|
DSRESULT GetTextHeight( dsTableCellType_e CellType, double* Val ) |
Parameters
- CellType
- Type of cell in the TableStyle as defined in dsTableCellType_e
- Val[out] or Return Value
- Height of the text for the specified type of cell in this TableStyle
ITableStyle Interface
ITableStyle Members
ITableStyle::SetTextHeight Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextStyle Method
ITableStyle Members
ITableStyle::SetTextHeight Method
ITableStyle::GetTextColor Method
ITableStyle::GetTextStyle Method
ITableStyle::SetTextColor Method
ITableStyle::SetTextStyle Method
DraftSight V1R3.0