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

'Declaration
Public Class Int32Value _
    Inherits OpenXmlSimpleValue(Of Integer)
'Usage
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.

See Also

Reference

Int32Value Members

DocumentFormat.OpenXml Namespace