PicoXLSX Library Documentation
![]() | WorksheetSetRowHiddenState Method |
Sets the defined row as hidden or visible
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
private void SetRowHiddenState( int rowNumber, bool state )
Parameters
- rowNumber
- Type: SystemInt32
Row number to make visible again - state
- Type: SystemBoolean
If true, the row will be hidden, otherwise visible

Exception | Condition |
---|---|
RangeException | Throws an RangeException if the passed row number was out of range |
