Skip to main content

IXlRow.HeightInPoints Property

Gets or sets the row height in points.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

float HeightInPoints { get; set; }

Property Value

Type Description
Single

A Single value that is the row height in points.

Remarks

Note that the row height is always stored in pixels. When you set the row height in points, this value will be internally converted to pixels and rounded to the nearest integer value. Vice versa, when you use the HeightInPoints property to obtain the row height in points, its actual value in pixels will be converted to points depending on the current DPI value.

See Also