NanoXLSX Library Documentation
![]() | 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)
SyntaxC#
public void RemoveStyle( string styleName )
Parameters
- styleName
- Type: SystemString
Name of the style to remove
Exceptions| Exception | Condition |
|---|---|
| StyleException | Throws a StyleException if the style was not found in the style manager |
See Also