NanoXLSX Library Documentation
![]() | WorksheetAddHiddenColumn Method (Int32) |
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( int columnNumber )
Parameters
- columnNumber
- Type: SystemInt32
Column number to hide on the worksheet

Exception | Condition |
---|---|
RangeException | Throws a RangeException if the passed column number is out of range |
