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