Worksheet.SetRowHeight Method

NanoXLSX

NanoXLSX

WorksheetSetRowHeight Method

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

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void SetRowHeight(
	int rowNumber,
	float height
)

Parameters

rowNumber
Type: SystemInt32
Row number (zero-based, 0 to 1048575)
height
Type: SystemSingle
Height from 0 to 409.5
Exceptions
ExceptionCondition
RangeExceptionThrows an 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