Aracılığıyla paylaş


StateBasedHeader Constructors

Definition

Overloads

StateBasedHeader()

Initializes a new instance of the StateBasedHeader class.

StateBasedHeader(OpenXmlElement[])

Initializes a new instance of the StateBasedHeader class with the specified child elements.

StateBasedHeader(IEnumerable<OpenXmlElement>)

Initializes a new instance of the StateBasedHeader class with the specified child elements.

StateBasedHeader(String)

Initializes a new instance of the StateBasedHeader class from outer XML.

StateBasedHeader()

Initializes a new instance of the StateBasedHeader class.

public StateBasedHeader ();
Public Sub New ()

Applies to

StateBasedHeader(OpenXmlElement[])

Initializes a new instance of the StateBasedHeader class with the specified child elements.

public StateBasedHeader (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StateBasedHeader(IEnumerable<OpenXmlElement>)

Initializes a new instance of the StateBasedHeader class with the specified child elements.

public StateBasedHeader (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StateBasedHeader(String)

Initializes a new instance of the StateBasedHeader class from outer XML.

public StateBasedHeader (string outerXml);
new DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader : string -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to