Поделиться через


QuestionsPrSurveyElementPr Конструкторы

Определение

Перегрузки

QuestionsPrSurveyElementPr()

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr.

QuestionsPrSurveyElementPr(OpenXmlElement[])

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr указанными дочерними элементами.

QuestionsPrSurveyElementPr(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr указанными дочерними элементами.

QuestionsPrSurveyElementPr(String)

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr из внешнего XML-кода.

QuestionsPrSurveyElementPr()

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr.

public QuestionsPrSurveyElementPr ();
Public Sub New ()

Применяется к

QuestionsPrSurveyElementPr(OpenXmlElement[])

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr указанными дочерними элементами.

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

Параметры

childElements
OpenXmlElement[]

Указывает дочерние элементы.

Применяется к

QuestionsPrSurveyElementPr(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr указанными дочерними элементами.

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

Параметры

childElements
IEnumerable<OpenXmlElement>

Указывает дочерние элементы.

Применяется к

QuestionsPrSurveyElementPr(String)

Инициализирует новый экземпляр класса QuestionsPrSurveyElementPr из внешнего XML-кода.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к