RowHeight Property (ActiveX)

Specifies a uniform height for all rows in the table.

Supported platforms: Windows only

Signature

VBA:

object.RowHeight
object

Type: Table

The object this property applies to.

Property Value

Read-only: No

Type: Double

The uniform height for all rows in the table.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available