Click or drag to resize
PicoXLSX

StyleManagerGetManagedStyles Method

Method to gather all styles of the cells in all worksheets

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntax
C#
internal static StyleManager GetManagedStyles(
	Workbook workbook
)

Parameters

workbook  Workbook
Workbook to get all cells with possible style definitions.

Return Value

StyleManager
StyleManager object, to be processed by the save methods.
See Also