WebPublishItems Constructors

Definition

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.WebPublishItems
Public 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.WebPublishItems
Public 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.WebPublishItems
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to