PatternFill.PatternType Property
Pattern Type.Represents the attribte in schema: patternType
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "patternType")> _
Public Property PatternType As EnumValue(Of PatternValues)
Get
Set
'Usage
Dim instance As PatternFill
Dim value As EnumValue(Of PatternValues)
value = instance.PatternType
instance.PatternType = value
[SchemaAttrAttribute(, "patternType")]
public EnumValue<PatternValues> PatternType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PatternValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the fill pattern type (including solid and none). Default is none, when missing.
The possible values for this attribute are defined by the ST_PatternType simple type.