OlapSlicerCacheSelections Constructeurs

Définition

Surcharges

OlapSlicerCacheSelections()

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections.

OlapSlicerCacheSelections(OpenXmlElement[])

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections avec les éléments enfants spécifiés.

OlapSlicerCacheSelections(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections avec les éléments enfants spécifiés.

OlapSlicerCacheSelections(String)

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections à partir du code XML externe.

OlapSlicerCacheSelections()

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections.

public OlapSlicerCacheSelections ();
Public Sub New ()

S’applique à

OlapSlicerCacheSelections(OpenXmlElement[])

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections avec les éléments enfants spécifiés.

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

OlapSlicerCacheSelections(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections avec les éléments enfants spécifiés.

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

OlapSlicerCacheSelections(String)

Initialise une nouvelle instance de la classe OlapSlicerCacheSelections à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à