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