Share via


SlicerCaches class

Defines the SlicerCaches Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:slicerCaches.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Excel.SlicerCaches

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SlicerCache), FileFormatVersions.None Or FileFormatVersions.Office2010 Or FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class SlicerCaches _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SlicerCaches
[ChildElementInfoAttribute(typeof(SlicerCache), FileFormatVersions.None|FileFormatVersions.Office2010|FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class SlicerCaches : OpenXmlCompositeElement

Remarks

2.4.51 slicerCaches

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A CT_SlicerCaches element that specifies a group of slicer cache, as specified in section 2.1.4, identifiers for the workbook.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="slicerCaches" type="x14:CT_SlicerCaches"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SlicerCaches members

DocumentFormat.OpenXml.Office15.Excel namespace