XmlColumnProperties.XmlDataType Property

Definition

XML Data Type

Represents the following attribute in the schema: xmlDataType

[DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> XmlDataType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> XmlDataType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")>]
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("xmlDataType")>]
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
Public Property XmlDataType As EnumValue(Of XmlDataValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to