PicoXLSX Library Documentation
![]() | WorksheetRemoveHiddenColumn Method (Int32) |
Sets a previously defined, hidden column as visible again
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public void RemoveHiddenColumn( int columnNumber )
Parameters
- columnNumber
- Type: SystemInt32
Column number to make visible again

Exception | Condition |
---|---|
RangeException | Throws an RangeException if the passed column number is out of range |
