 | WorksheetSetRowHeight Method |
Sets the height of the passed row number (zero-based)
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic 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