Worksheet.SetRowHeight Method

PicoXLSX

PicoXLSX

WorksheetSetRowHeight Method

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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