Compartilhar via


RstType Construtores

Definição

Sobrecargas

RstType()

Inicializa uma nova instância da classe RstType.

RstType(OpenXmlElement[])

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

RstType(IEnumerable<OpenXmlElement>)

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

RstType(String)

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

RstType()

Inicializa uma nova instância da classe RstType.

protected RstType ();
Protected Sub New ()

Aplica-se a

RstType(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

RstType(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

RstType(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a