Style.Fill.GetPatternName Method

PicoXLSX

PicoXLSX

StyleFillGetPatternName Method

Gets the pattern name from the enum

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static string GetPatternName(
	StyleFillPatternValue pattern
)

Parameters

pattern
Type: PicoXLSXStyleFillPatternValue
Enum to process

Return Value

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