Click or drag to resize
NanoXLSX

WorksheetResetColumn Method

Resets the defined column, if existing. The corresponding instance will be removed from Columns.

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void ResetColumn(
	int columnNumber
)

Parameters

columnNumber  Int32
Column number to reset (zero-based)
Remarks
If the column is inside an autoFilter-Range, the column cannot be entirely removed from Columns. The hidden state will be set to false and width to default, in this case.
See Also