[]
Gets or sets the default row height for the worksheet, in points.
To use a pixel value, use StandardHeightInPixel.
double StandardHeight { get; set; }
Property StandardHeight As Double
worksheet.StandardHeight = 18.0;
double standardHeight = worksheet.StandardHeight;