共用方式為


OpenXmlSurveyElementPrElement Constructors

Definition

Overloads

OpenXmlSurveyElementPrElement()

Initializes a new instance of the OpenXmlSurveyElementPrElement class.

OpenXmlSurveyElementPrElement(OpenXmlElement[])

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

OpenXmlSurveyElementPrElement(IEnumerable<OpenXmlElement>)

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

OpenXmlSurveyElementPrElement(String)

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

OpenXmlSurveyElementPrElement()

Initializes a new instance of the OpenXmlSurveyElementPrElement class.

protected OpenXmlSurveyElementPrElement ();
Protected Sub New ()

Applies to

OpenXmlSurveyElementPrElement(OpenXmlElement[])

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

protected OpenXmlSurveyElementPrElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OpenXmlSurveyElementPrElement(IEnumerable<OpenXmlElement>)

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

protected OpenXmlSurveyElementPrElement (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OpenXmlSurveyElementPrElement(String)

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

protected OpenXmlSurveyElementPrElement (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement : string -> DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to