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