PicoXLSX Library Documentation
![]() | WorksheetAddHiddenColumn Method (String) |
Sets the defined column as hidden
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public void AddHiddenColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address to hide on the worksheet

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