Worksheet.AddHiddenColumn Method (String)

NanoXLSX

NanoXLSX

WorksheetAddHiddenColumn Method (String)

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(
	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