Style.Border.GetStyleName Method

NanoXLSX

NanoXLSX

StyleBorderGetStyleName Method

Gets the border style name from the enum

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static string GetStyleName(
	StyleBorderStyleValue style
)

Parameters

style
Type: NanoXLSX.StyleStyleBorderStyleValue
Enum to process

Return Value

Type: String
The valid value of the border style as String
See Also