Worksheet.RemoveHiddenColumn Method (Int32)

NanoXLSX

NanoXLSX

WorksheetRemoveHiddenColumn Method (Int32)

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(
	int columnNumber
)

Parameters

columnNumber
Type: SystemInt32
Column number to make visible again
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed column number is out of range
See Also