Style Constructor (String, Int32, Boolean)

NanoXLSX

NanoXLSX

Style Constructor (String, Int32, Boolean)

Constructor with parameters (internal use)

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Style(
	string name,
	int forcedOrder,
	bool internalStyle
)

Parameters

name
Type: SystemString
Name of the style
forcedOrder
Type: SystemInt32
Number of the style for sorting purpose. Style will be placed to this position (internal use only)
internalStyle
Type: SystemBoolean
If true, the style is marked as internal
See Also