StyleManager.Reorganize Method

NanoXLSX

NanoXLSX

StyleManagerReorganize Method

Method to reorganize / reorder a list of style components

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private void Reorganize(
	ref List<AbstractStyle> list
)

Parameters

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