Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 844 Bytes

Excel.Worksheet.StandardHeight.md

File metadata and controls

38 lines (23 loc) · 844 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Worksheet.StandardHeight property (Excel)
vbaxl10.chm175129
vbaxl10.chm175129
Excel.Worksheet.StandardHeight
43dd7321-5df7-2cda-9e51-75f81ab203f2
05/30/2019
medium

Worksheet.StandardHeight property (Excel)

Returns the standard (default) height of all the rows on the worksheet, in points. Read-only Double.

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.

Worksheets("Sheet1").Rows(1).RowHeight = _ 
 Worksheets("Sheet1").StandardHeight

[!includeSupport and feedback]