Syntax

expression.StandardHeight

expression A variable that represents a Worksheet object.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Rows(1).RowHeight = _ Worksheets("Sheet1").StandardHeight
How many points high is a standard row? standard height Standard Height Property Standardheight StandardHeight Property What is the standard row height?

See also: