[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.StandardHeightInPixel

StandardHeightInPixel Property

StandardHeightInPixel

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

To use a value in points, use StandardHeight.

Declaration
double StandardHeightInPixel { get; set; }
Property StandardHeightInPixel As Double
Examples
worksheet.StandardHeightInPixel = 24.0;
double standardHeightInPixel = worksheet.StandardHeightInPixel;