Click or drag to resize

XlsName RowHeight Property

Returns the height of all the rows in the range specified, measured in points. Returns Double.MinValue if the rows in the specified range aren't all the same height. Read / write Double.

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

Property Value

Type: Double

Implements

IXLSRange RowHeight
See Also