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