UseStandardHeight Property

Microsoft Office Web Components Visual Basic

expression.UseStandardHeight

expression    Required. An expression that returns a Range object.

Example

This example sets the height of row four on Sheet1 in Spreadsheet1 to the standard height.

Spreadsheet1.Worksheets("Sheet1").Rows(4).UseStandardHeight = True