Workbook.RemoveStyle Method (String)

PicoXLSX

PicoXLSX

WorkbookRemoveStyle Method (String)

Removes the defined style from the style sheet of the workbook

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 be removed
Exceptions
ExceptionCondition
StyleExceptionThrows an StyleException if the style was not found in the style collection (could not be referenced)
See Also