Click or drag to resize
PicoXLSX

WorksheetSetRowHeight Method

Sets the height of the passed row number (zero-based)

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public void SetRowHeight(
	int rowNumber,
	float height
)

Parameters

rowNumber  Int32
Row number (zero-based, 0 to 1048575).
height  Single
Height from 0 to 409.5.
See Also