Topic.ValueType Property

Type.Represents the attribte in schema: t

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

Syntax

'Declaration
<SchemaAttrAttribute(, "t")> _
Public Property ValueType As EnumValue(Of VolatileValues)
    Get
    Set
'Usage
Dim instance As Topic
Dim value As EnumValue(Of VolatileValues)

value = instance.ValueType

instance.ValueType = value
[SchemaAttrAttribute(, "t")]
public EnumValue<VolatileValues> ValueType { get; set; }

Property Value

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

See Also

Reference

Topic Class

Topic Members

DocumentFormat.OpenXml.Spreadsheet Namespace