Style.BasicStyles.GetStyle Method

NanoXLSX

NanoXLSX

StyleBasicStylesGetStyle Method

Method to maintain the styles and to create singleton instances

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private static Style GetStyle(
	StyleBasicStylesStyleEnum value
)

Parameters

value
Type: NanoXLSX.StyleStyleBasicStylesStyleEnum
Enum value to maintain

Return Value

Type: Style
The style according to the passed enum value
See Also