StyleManager.IsUsedByStyle Method

NanoXLSX

NanoXLSX

StyleManagerIsUsedByStyle Method

Checks whether a style component in the style manager is used by a style

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private bool IsUsedByStyle(
	AbstractStyle component
)

Parameters

component
Type: NanoXLSX.StyleAbstractStyle
Component to check

Return Value

Type: Boolean
If true, the component is in use
See Also