Style.Fill.GetPatternName Method

NanoXLSX

NanoXLSX

StyleFillGetPatternName Method

Gets the pattern 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 GetPatternName(
	StyleFillPatternValue pattern
)

Parameters

pattern
Type: NanoXLSX.StyleStyleFillPatternValue
Enum to process

Return Value

Type: String
The valid value of the pattern as String
See Also