Sets the height for the row at the specified row index in the table.
Supported platforms: Windows only
VBA:
object.SetRowHeight row, Height
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row index of the table.
Access: Input-only
Type: Double
The height for the row.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available