NanoXLSX Library Documentation
![]() | WorksheetRemoveHiddenRow Method |
Sets a previously defined, hidden row as visible again
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
public void RemoveHiddenRow( int rowNumber )
Parameters
- rowNumber
- Type: SystemInt32
Row number to hide on the worksheet
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the passed row number is out of range |
See Also