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