Workbook.RemoveStyle Method (Style)

PicoXLSX

PicoXLSX

WorkbookRemoveStyle Method (Style)

Removes the passed style from the style sheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void RemoveStyle(
	Style style
)

Parameters

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