OpenXmlSimpleValue<T> Class
Defines OpenXmlSimpleValue, a generic base class for simple value types (Int32, UInt32, Byte, struct, etc).
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public MustInherit Class OpenXmlSimpleValue(Of T As {Structure, New}) _
Inherits OpenXmlSimpleType
'Usage
Dim instance As OpenXmlSimpleValue(Of T)
public abstract class OpenXmlSimpleValue<T> : OpenXmlSimpleType
where T : struct, new()
Type Parameters
- T
The type of the value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DocumentFormat.OpenXml Namespace
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
DocumentFormat.OpenXml.BooleanValue
DocumentFormat.OpenXml.ByteValue
DocumentFormat.OpenXml.DateTimeValue
DocumentFormat.OpenXml.DecimalValue
DocumentFormat.OpenXml.DoubleValue
DocumentFormat.OpenXml.Int16Value
DocumentFormat.OpenXml.Int32Value
DocumentFormat.OpenXml.Int64Value
DocumentFormat.OpenXml.IntegerValue
DocumentFormat.OpenXml.SByteValue
DocumentFormat.OpenXml.SingleValue
DocumentFormat.OpenXml.UInt16Value
DocumentFormat.OpenXml.UInt32Value
DocumentFormat.OpenXml.UInt64Value