Share via


RstType Constructors

Definition

Overloads

RstType()

Initializes a new instance of the RstType class.

RstType(OpenXmlElement[])

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

RstType(IEnumerable<OpenXmlElement>)

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

RstType(String)

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

RstType()

Initializes a new instance of the RstType class.

protected RstType ();
Protected Sub New ()

Applies to

RstType(OpenXmlElement[])

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

protected RstType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.RstType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.RstType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RstType(IEnumerable<OpenXmlElement>)

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

protected RstType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.RstType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.RstType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RstType(String)

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

protected RstType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.RstType : string -> DocumentFormat.OpenXml.Spreadsheet.RstType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to