 | StyleManagerGetManagedStyles Method |
Method to gather all styles of the cells in all worksheets
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxinternal static StyleManager GetManagedStyles(
Workbook workbook
)
Parameters
- workbook Workbook
- Workbook to get all cells with possible style definitions.
Return Value
StyleManagerStyleManager object, to be processed by the save methods.
See Also