UseStandardHeight Property

Applies To

Range Object.

Description

True if the row height of the Range object equals the standard height of the sheet. Read-write.

See Also

RowHeight Property, StandardHeight Property, UseStandardWidth Property.

Example

This example sets the height of row one on Sheet1 to the standard height.


Worksheets("Sheet1").Rows(1).UseStandardHeight = True