_Worksheet.StandardHeight Property

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

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

Syntax

'Declaration
ReadOnly Property StandardHeight As Double
    Get
'Usage
Dim instance As _Worksheet
Dim value As Double

value = instance.StandardHeight
double StandardHeight { get; }

Property Value

Type: System.Double

See Also

Reference

_Worksheet Interface

_Worksheet Members

Microsoft.Office.Interop.Excel Namespace