PicoXLSX Library Documentation
![]() | 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)

C#
public void RemoveStyle( string styleName )
Parameters
- styleName
- Type: SystemString
Name of the style to remove

Exception | Condition |
---|---|
StyleException | Throws a StyleException if the style was not found in the style manager |
