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