Returns the row height for the row at the specified row index in the table.
Supported platforms: Windows only
VBA:
RetVal = object.GetRowHeight(row)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Type: Double
The height of the row.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available