Worksheet.RemoveHiddenRow Method

PicoXLSX

PicoXLSX

WorksheetRemoveHiddenRow Method

Sets a previously defined, hidden row as visible again

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void RemoveHiddenRow(
	int rowNumber
)

Parameters

rowNumber
Type: SystemInt32
Row number to hide on the worksheet
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed row number is out of range
See Also