Freigeben über


XmlProperties.XmlDataType-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<XmlDataValues>
Returns EnumValue<T>.

Hinweise

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.

Siehe auch

Referenz

XmlProperties Klasse

XmlProperties-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace