 | WorksheetResetColumn Method |
Resets the defined column, if existing. The corresponding instance will be removed from
Columns.
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxpublic void ResetColumn(
int columnNumber
)
Parameters
- columnNumber Int32
- Column number to reset (zero-based)
RemarksIf 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