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)
SyntaxC#
public void RemoveHiddenColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address to make visible again
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the column address out of range |
See Also