[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.StandardHeight

StandardHeight Property

StandardHeight

Gets or sets the default row height for the worksheet, in points.

To use a pixel value, use StandardHeightInPixel.

Declaration
double StandardHeight { get; set; }
Property StandardHeight As Double
Examples
worksheet.StandardHeight = 18.0;
double standardHeight = worksheet.StandardHeight;