Click or drag to resize
NanoXLSX

WorksheetSetRowHeight Method

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

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
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
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException:
a) If the passed row number is out of range
b) if the row height is out of range (0 - 409.5)
See Also