StyleManager.Reorganize Method

PicoXLSX

PicoXLSX

StyleManagerReorganize Method

Method to reorganize / reorder a list of style components

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
private void Reorganize(
	ref List<AbstractStyle> list
)

Parameters

list
Type: System.Collections.GenericListAbstractStyle
List to reorganize as reference
See Also