Applies To
Worksheet Object.
Description
Returns the standard (default) height of all the rows in the worksheet, measured in points (1/72 inch). Read-only.
See Also
Height Property, RowHeight Property, StandardWidth Property.
Example
This example sets the height of row one on Sheet1 to the standard height.
Worksheets("Sheet1").Rows(1).RowHeight = _ Worksheets("Sheet1").StandardHeight