Style.Border.GetStyleName Method

PicoXLSX

PicoXLSX

StyleBorderGetStyleName Method

Gets the border style name from the enum

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static string GetStyleName(
	StyleBorderStyleValue style
)

Parameters

style
Type: PicoXLSXStyleBorderStyleValue
Enum to process

Return Value

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