Worksheet.AddHiddenColumn Method (Int32)

PicoXLSX

PicoXLSX

WorksheetAddHiddenColumn Method (Int32)

Sets the defined column as hidden

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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