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.5+3a069966d2787c42b695e5043a5e083b247634e3
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