Click or drag to resize

XlsWorksheet GetRowHeight Method

Gets the height of a specified row.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double GetRowHeight(
	int row
)

Parameters

row
Type: System Int32
Row index.

Return Value

Type: Double
Height of row
See Also