次の方法で共有


QuestionsPrSurveyElementPr コンストラクター

定義

オーバーロード

QuestionsPrSurveyElementPr()

QuestionsPrSurveyElementPr クラスの新しいインスタンスを初期化します。

QuestionsPrSurveyElementPr(OpenXmlElement[])

指定した子要素を使用して QuestionsPrSurveyElementPr クラスの新しいインスタンスを初期化します。

QuestionsPrSurveyElementPr(IEnumerable<OpenXmlElement>)

指定した子要素を使用して QuestionsPrSurveyElementPr クラスの新しいインスタンスを初期化します。

QuestionsPrSurveyElementPr(String)

外部 XML から QuestionsPrSurveyElementPr クラスの新しいインスタンスを初期化します。

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)

外部 XML から QuestionsPrSurveyElementPr クラスの新しいインスタンスを初期化します。

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 を指定します。

適用対象