Share via


TitlePrSurveyElementPr Constructors

Definition

Overloads

TitlePrSurveyElementPr()

Initializes a new instance of the TitlePrSurveyElementPr class.

TitlePrSurveyElementPr(OpenXmlElement[])

Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.

TitlePrSurveyElementPr(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.

TitlePrSurveyElementPr(String)

Initializes a new instance of the TitlePrSurveyElementPr class from outer XML.

TitlePrSurveyElementPr()

Initializes a new instance of the TitlePrSurveyElementPr class.

public TitlePrSurveyElementPr ();
Public Sub New ()

Applies to

TitlePrSurveyElementPr(OpenXmlElement[])

Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.

public TitlePrSurveyElementPr (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TitlePrSurveyElementPr(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TitlePrSurveyElementPr class with the specified child elements.

public TitlePrSurveyElementPr (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TitlePrSurveyElementPr(String)

Initializes a new instance of the TitlePrSurveyElementPr class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to