Compartir a través de


PhoneticProperties.Type Property

Character Type.Represents the attribte in schema: type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of PhoneticValues)
    Get
    Set
'Uso
Dim instance As PhoneticProperties
Dim value As EnumValue(Of PhoneticValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<PhoneticValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PhoneticValues>
Returns EnumValue<T>.

See Also

Reference

PhoneticProperties Class

PhoneticProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace