StyleManager.RemoveStyle Method

NanoXLSX

NanoXLSX

StyleManagerRemoveStyle Method

Removes a style and all its components from the style manager

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

Parameters

styleName
Type: SystemString
Name of the style to remove
Exceptions
ExceptionCondition
StyleExceptionThrows a StyleException if the style was not found in the style manager
See Also