TrueFalseBlankValue.Value Property
Gets or sets the value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Value As Boolean
Get
Set
'Usage
Dim instance As TrueFalseBlankValue
Dim value As Boolean
value = instance.Value
instance.Value = value
public bool Value { get; set; }
Property Value
Type: System.Boolean