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

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 |
