Compartilhar via


QuestionsPrSurveyElementPr Construtores

Definição

Sobrecargas

QuestionsPrSurveyElementPr()

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr.

QuestionsPrSurveyElementPr(OpenXmlElement[])

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr com os elementos filho especificados.

QuestionsPrSurveyElementPr(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr com os elementos filho especificados.

QuestionsPrSurveyElementPr(String)

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr do XML externo.

QuestionsPrSurveyElementPr()

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr.

public QuestionsPrSurveyElementPr ();
Public Sub New ()

Aplica-se a

QuestionsPrSurveyElementPr(OpenXmlElement[])

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

QuestionsPrSurveyElementPr(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

QuestionsPrSurveyElementPr(String)

Inicializa uma nova instância da classe QuestionsPrSurveyElementPr do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a