Share via


OlapSlicerCacheSelections Constructors

Definition

Overloads

OlapSlicerCacheSelections()

Initializes a new instance of the OlapSlicerCacheSelections class.

OlapSlicerCacheSelections(OpenXmlElement[])

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

OlapSlicerCacheSelections(IEnumerable<OpenXmlElement>)

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

OlapSlicerCacheSelections(String)

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

OlapSlicerCacheSelections()

Initializes a new instance of the OlapSlicerCacheSelections class.

public OlapSlicerCacheSelections ();
Public Sub New ()

Applies to

OlapSlicerCacheSelections(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OlapSlicerCacheSelections(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OlapSlicerCacheSelections(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to