Worksheet.RemoveHiddenColumn Method (String)
From NanoXLSX
NanoXLSX Library Documentation
![]() | WorksheetRemoveHiddenColumn Method (String) |
Sets a previously defined, hidden column as visible again
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public void RemoveHiddenColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address to make visible again
| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the column address out of range |
