BooleanItem 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
BooleanItem() |
Initializes a new instance of the BooleanItem class. |
BooleanItem(OpenXmlElement[]) |
Initializes a new instance of the BooleanItem class with the specified child elements. |
BooleanItem(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the BooleanItem class with the specified child elements. |
BooleanItem(String) |
Initializes a new instance of the BooleanItem class from outer XML. |
BooleanItem()
Initializes a new instance of the BooleanItem class.
public BooleanItem ();
Public Sub New ()
Applies to
BooleanItem(OpenXmlElement[])
Initializes a new instance of the BooleanItem class with the specified child elements.
public BooleanItem (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.BooleanItem : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.BooleanItem
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
BooleanItem(IEnumerable<OpenXmlElement>)
Initializes a new instance of the BooleanItem class with the specified child elements.
public BooleanItem (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.BooleanItem : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.BooleanItem
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
BooleanItem(String)
Initializes a new instance of the BooleanItem class from outer XML.
public BooleanItem (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.BooleanItem : string -> DocumentFormat.OpenXml.Spreadsheet.BooleanItem
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.