GetTextHeight Method

Returns the text height for the specified row type.

See Also | Example

Signature

RetVal = object.GetTextHeight(rowType)

Object

Table, TableStyle
The object or objects this method applies to.

rowType

AcRowType enum; the row type

acDataRow

acHeaderRow

acTitleRow

acUnknownRow

RetVal

Double; the text height for the specified row type.

 

   Comments?