BooleanValue Class
Defines BooleanValue - Boolean value for attributes.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<Boolean>
DocumentFormat.OpenXml.BooleanValue
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class BooleanValue _
Inherits OpenXmlSimpleValue(Of Boolean)
'Usage
Dim instance As BooleanValue
public class BooleanValue : OpenXmlSimpleValue<bool>
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.