Click or drag to resize

QualifierValues Enumeration

Qualifier

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum QualifierValues
Members
Member nameValueDescription
DoubleQuote0 Double Quote.

When the item is serialized out as xml, its value is "doubleQuote".

SingleQuote1 Single Quote.

When the item is serialized out as xml, its value is "singleQuote".

None2 No Text Qualifier.

When the item is serialized out as xml, its value is "none".

See Also