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