共用方式為


OlapSlicerCache Constructors

Definition

Overloads

OlapSlicerCache()

Initializes a new instance of the OlapSlicerCache class.

OlapSlicerCache(OpenXmlElement[])

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

OlapSlicerCache(IEnumerable<OpenXmlElement>)

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

OlapSlicerCache(String)

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

OlapSlicerCache()

Initializes a new instance of the OlapSlicerCache class.

public OlapSlicerCache ();
Public Sub New ()

Applies to

OlapSlicerCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OlapSlicerCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OlapSlicerCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to