Share via


Xsdboolean Constructors

Definition

Overloads

Xsdboolean()

Initializes a new instance of the Xsdboolean class.

Xsdboolean(String)

Initializes a new instance of the Xsdboolean class with the specified text content.

Xsdboolean()

Initializes a new instance of the Xsdboolean class.

public Xsdboolean ();
Public Sub New ()

Applies to

Xsdboolean(String)

Initializes a new instance of the Xsdboolean class with the specified text content.

public Xsdboolean (string text);
new DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean : string -> DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to