GetTextHeight Method |
Returns the text height for the specified row type.
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? |