Worksheet.AddHiddenColumn Method (String)

PicoXLSX

PicoXLSX

WorksheetAddHiddenColumn Method (String)

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(
	string columnAddress
)

Parameters

columnAddress
Type: SystemString
Column address to hide on the worksheet
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed column address is out of range
See Also