Click or drag to resize

Worksheet CalculateAndGetRowHeight Method

Calculates and returns the height of a specific row in a worksheet.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double CalculateAndGetRowHeight(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32
The index of the row for which to calculate the height.

Return Value

Type: Double
The height of the specified row in points.
See Also