PicoXLSX Library Documentation
![]() | WorksheetAddHiddenColumn Method (Int32) |
Sets the defined column as hidden
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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 |
