XmlProperties.XmlDataType Property
XML Data Type.Represents the attribte in schema: xmlDataType
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "xmlDataType")> _
Public Property XmlDataType As EnumValue(Of XmlDataValues)
Get
Set
'Usage
Dim instance As XmlProperties
Dim value As EnumValue(Of XmlDataValues)
value = instance.XmlDataType
instance.XmlDataType = value
[SchemaAttrAttribute(, "xmlDataType")]
public EnumValue<XmlDataValues> XmlDataType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<XmlDataValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
An enumeration indicating which XML data type is used by this column.
The possible values for this attribute are defined by the ST_XmlDataType simple type.