Compartilhar via


PivotCacheDefinition Construtores

Definição

Sobrecargas

PivotCacheDefinition()

Inicializa uma nova instância da classe PivotCacheDefinition.

PivotCacheDefinition(OpenXmlElement[])

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

PivotCacheDefinition(IEnumerable<OpenXmlElement>)

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

PivotCacheDefinition(String)

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

PivotCacheDefinition()

Inicializa uma nova instância da classe PivotCacheDefinition.

public PivotCacheDefinition ();
Public Sub New ()

Aplica-se a

PivotCacheDefinition(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

PivotCacheDefinition(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

PivotCacheDefinition(String)

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

public PivotCacheDefinition (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition : string -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a