Worksheet.AddHiddenColumn Method (Int32)

NanoXLSX

NanoXLSX

WorksheetAddHiddenColumn Method (Int32)

Sets the defined column as hidden

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void AddHiddenColumn(
	int columnNumber
)

Parameters

columnNumber
Type: SystemInt32
Column number to hide on the worksheet
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException if the passed column number is out of range
See Also