Worksheet.RemoveHiddenColumn Method (String)

NanoXLSX

NanoXLSX

WorksheetRemoveHiddenColumn Method (String)

Sets a previously defined, hidden column as visible again

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void RemoveHiddenColumn(
	string columnAddress
)

Parameters

columnAddress
Type: SystemString
Column address to make visible again
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the column address out of range
See Also