BooleanValue Constructor (Boolean)
Initializes a new instance of the BooleanValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As Boolean _
)
'Usage
Dim value As Boolean
Dim instance As New BooleanValue(value)
public BooleanValue(
bool value
)
Parameters
- value
Type: System.Boolean