Click or drag to resize
NanoXLSX

Style(String, Int32, Boolean) Constructor

Constructor with parameters (internal use)

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
public Style(
	string name,
	int forcedOrder,
	bool internalStyle
)

Parameters

name  String
Name of the style
forcedOrder  Int32
Number of the style for sorting purpose. The style will be placed at this position (internal use only)
internalStyle  Boolean
If true, the style is marked as internal
See Also