Aracılığıyla paylaş


SurveyQuestions Constructors

Definition

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.

Applies to