Click or drag to resize

XlsWorkbook StandardRowHeight Property

Gets or sets the standard row height for all worksheets in the workbook.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double StandardRowHeight { get; set; }

Property Value

Type: Double
The standard row height.

Return Value

Type: Double
The standard row height as a double.
See Also