Int32Value Class
Defines Int32Value - Int32 value for attributes.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<Int32>
DocumentFormat.OpenXml.Int32Value
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class Int32Value _
Inherits OpenXmlSimpleValue(Of Integer)
用法
Dim instance As Int32Value
public class Int32Value : OpenXmlSimpleValue<int>
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.