PicoXLSX Library Documentation
![]() | WorksheetRemoveHiddenColumn Method (String) |
Sets a previously defined, hidden column as visible again
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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