TabularSlicerCache Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TabularSlicerCache() |
Initializes a new instance of the TabularSlicerCache class. |
TabularSlicerCache(OpenXmlElement[]) |
Initializes a new instance of the TabularSlicerCache class with the specified child elements. |
TabularSlicerCache(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the TabularSlicerCache class with the specified child elements. |
TabularSlicerCache(String) |
Initializes a new instance of the TabularSlicerCache class from outer XML. |
TabularSlicerCache()
Initializes a new instance of the TabularSlicerCache class.
public TabularSlicerCache ();
Public Sub New ()
Applies to
TabularSlicerCache(OpenXmlElement[])
Initializes a new instance of the TabularSlicerCache class with the specified child elements.
public TabularSlicerCache (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
TabularSlicerCache(IEnumerable<OpenXmlElement>)
Initializes a new instance of the TabularSlicerCache class with the specified child elements.
public TabularSlicerCache (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
TabularSlicerCache(String)
Initializes a new instance of the TabularSlicerCache class from outer XML.
public TabularSlicerCache (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache : string -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.