Workbook.RemoveStyle Method (Style)

NanoXLSX

NanoXLSX

WorkbookRemoveStyle Method (Style)

Removes the passed style from the style sheet

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void RemoveStyle(
	Style style
)

Parameters

style
Type: NanoXLSX.StyleStyle
Style to remove
Exceptions
ExceptionCondition
StyleExceptionThrows an StyleException if the style was not found in the style collection (could not be referenced)
See Also