Range.UseStandardHeight Property

Determines if the row height of the Range object equals the standard height of the sheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property UseStandardHeight As Object
    Get
    Set
'Usage
Dim instance As Range
Dim value As Object

value = instance.UseStandardHeight

instance.UseStandardHeight = value
Object UseStandardHeight { get; set; }

Property Value

Type: System.Object

Remarks

This property returns True if the row height of the Range object equals the standard height of the sheet and Null if the range contains more than one row and the rows aren’t all the same height.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace