QuestionFormat Enum

Definition

Defines the QuestionFormat enumeration.

public enum QuestionFormat
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum QuestionFormat
public readonly struct QuestionFormat : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat>
type QuestionFormat = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type QuestionFormat = 
type QuestionFormat = struct
    interface IEnumValue
    interface IEnumValueFactory<QuestionFormat>
Public Enum QuestionFormat
Public Structure QuestionFormat
Implements IEnumValue, IEnumValueFactory(Of QuestionFormat), IEquatable(Of QuestionFormat)
Inheritance
QuestionFormat
Inheritance
QuestionFormat
Attributes

Fields

QuestionFormat(String)

Creates a new QuestionFormat enum instance

Currency 9

currency.

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

Currency

currency.

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

Equals(QuestionFormat)
Equals(Object)
Fixed 7

fixed.

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

Fixed

fixed.

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

GeneralDate

generalDate.

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

GeneralDate 0

generalDate.

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

GeneralNumber

generalNumber.

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

GeneralNumber 5

generalNumber.

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

GetHashCode()
LongDate 1

longDate.

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

LongDate

longDate.

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

LongTime 3

longTime.

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

LongTime

longTime.

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

Equality(QuestionFormat, QuestionFormat)
Inequality(QuestionFormat, QuestionFormat)
Percent 8

percent.

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

Percent

percent.

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

ShortDate 2

shortDate.

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

ShortDate

shortDate.

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

ShortTime

shortTime.

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

ShortTime 4

shortTime.

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

Standard 6

standard.

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

Standard

standard.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<QuestionFormat>.Create(String)

Applies to