StyleManager.RemoveStyle Method

PicoXLSX

PicoXLSX

StyleManagerRemoveStyle Method

Removes a style and all its components from the style manager

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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