QuestionPrSurveyElementPr Constructors

Definition

Overloads

QuestionPrSurveyElementPr()

Initializes a new instance of the QuestionPrSurveyElementPr class.

QuestionPrSurveyElementPr(OpenXmlElement[])

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

QuestionPrSurveyElementPr(IEnumerable<OpenXmlElement>)

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

QuestionPrSurveyElementPr(String)

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

QuestionPrSurveyElementPr()

Initializes a new instance of the QuestionPrSurveyElementPr class.

public QuestionPrSurveyElementPr ();
Public Sub New ()

Applies to

QuestionPrSurveyElementPr(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

QuestionPrSurveyElementPr(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

QuestionPrSurveyElementPr(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to