Click or drag to resize
PicoXLSX

StyleFillGetPatternName Method

Gets the pattern name from the enum

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public static string GetPatternName(
	StyleFillPatternValue pattern
)

Parameters

pattern  StyleFillPatternValue
Enum to process.

Return Value

String
The valid value of the pattern as String.
See Also