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)
SyntaxC#
public void AddHiddenColumn( int columnNumber )
Parameters
- columnNumber
- Type: SystemInt32
Column number to hide on the worksheet
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws a RangeException if the passed column number is out of range |
See Also