TrueFalseBlankValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrueFalseBlankValue() |
Initializes a new instance of the TrueFalseBlankValue class. |
TrueFalseBlankValue(TrueFalseBlankValue) |
Initializes a new instance of the TrueFalseBlankValue class using the supplied TrueFalseBlankValue class. |
TrueFalseBlankValue(Boolean) |
Initializes a new instance of the TrueFalseBlankValue class using the supplied Boolean value. |
TrueFalseBlankValue()
Initializes a new instance of the TrueFalseBlankValue class.
public TrueFalseBlankValue ();
Public Sub New ()
Applies to
TrueFalseBlankValue(TrueFalseBlankValue)
Initializes a new instance of the TrueFalseBlankValue class using the supplied TrueFalseBlankValue class.
public TrueFalseBlankValue (DocumentFormat.OpenXml.TrueFalseBlankValue source);
new DocumentFormat.OpenXml.TrueFalseBlankValue : DocumentFormat.OpenXml.TrueFalseBlankValue -> DocumentFormat.OpenXml.TrueFalseBlankValue
Public Sub New (source As TrueFalseBlankValue)
Parameters
- source
- TrueFalseBlankValue
The source TrueFalseBlankValue class.
Applies to
TrueFalseBlankValue(Boolean)
Initializes a new instance of the TrueFalseBlankValue class using the supplied Boolean value.
public TrueFalseBlankValue (bool value);
new DocumentFormat.OpenXml.TrueFalseBlankValue : bool -> DocumentFormat.OpenXml.TrueFalseBlankValue
Public Sub New (value As Boolean)