QuestionFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
GeneralDate | 0 | generalDate. When the item is serialized out as xml, its value is "generalDate". |
LongDate | 1 | longDate. When the item is serialized out as xml, its value is "longDate". |
ShortDate | 2 | shortDate. When the item is serialized out as xml, its value is "shortDate". |
LongTime | 3 | longTime. When the item is serialized out as xml, its value is "longTime". |
ShortTime | 4 | shortTime. When the item is serialized out as xml, its value is "shortTime". |
GeneralNumber | 5 | generalNumber. When the item is serialized out as xml, its value is "generalNumber". |
Standard | 6 | standard. When the item is serialized out as xml, its value is "standard". |
Fixed | 7 | fixed. When the item is serialized out as xml, its value is "fixed". |
Percent | 8 | percent. When the item is serialized out as xml, its value is "percent". |
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". |
|
Equality(QuestionFormat, QuestionFormat) | ||
Equals(Object) | ||
Equals(QuestionFormat) | ||
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". |
|
GeneralNumber | generalNumber. When the item is serialized out as xml, its value is "generalNumber". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<QuestionFormat>.Create(String) | ||
Inequality(QuestionFormat, QuestionFormat) | ||
LongDate | longDate. When the item is serialized out as xml, its value is "longDate". |
|
LongTime | longTime. When the item is serialized out as xml, its value is "longTime". |
|
Percent | percent. When the item is serialized out as xml, its value is "percent". |
|
QuestionFormat(String) | Creates a new QuestionFormat enum instance |
|
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". |
|
Standard | standard. When the item is serialized out as xml, its value is "standard". |
|
ToString() |