API Reference

Class

ExcelSlicerCacheOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for authoring workbook-level slicer cache metadata.

Inheritance

  • Object
  • ExcelSlicerCacheOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelSlicerCacheOptions() #

Properties

public String Name { get; set; } #

Slicer cache name.

public String SourceName { get; set; } #

Source field, table column, or pivot field name.

public String PivotTableName { get; set; } #

Optional pivot table name the slicer is intended to filter.

public String Xml { get; set; } #

Optional caller-supplied XML. When set, OfficeIMO writes it as-is.