TrueFalseBlankValue Constructor (Boolean)
Initializes a new instance of TrueFalseBlankValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Sub New ( _
value As Boolean _
)
'Применение
Dim value As Boolean
Dim instance As New TrueFalseBlankValue(value)
public TrueFalseBlankValue(
bool value
)
Parameters
- value
Type: System.Boolean
The Boolean value.