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