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)
SyntaxC#
public void AddHiddenColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address to hide on the worksheet
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the passed column address is out of range |
See Also