StyleManager.IsUsedByStyle Method

PicoXLSX

PicoXLSX

StyleManagerIsUsedByStyle Method

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private bool IsUsedByStyle(
	AbstractStyle component
)

Parameters

component
Type: PicoXLSXAbstractStyle
Component to check

Return Value

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