API Reference
Class
ExcelSlicerViewOptions
Display and placement options for a native worksheet slicer.
Inheritance
- Object
- ExcelSlicerViewOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.AddPivotSlicer
Constructors
public ExcelSlicerViewOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Optional unique slicer view name. A stable name is generated when omitted.
public String CacheName { get; set; } #Optional existing compatible cache name to reuse.
public String Caption { get; set; } #Optional displayed caption. The source field is used when omitted.
public String Style { get; set; } #Built-in slicer style.
public Int32 Row { get; set; } #One-based anchor row.
public Int32 Column { get; set; } #One-based anchor column.
public Int32 WidthPixels { get; set; } #Rendered width in pixels.
public Int32 HeightPixels { get; set; } #Rendered height in pixels.
public Int32 ItemColumns { get; set; } #Number of item columns displayed by the slicer.
public Boolean ShowCaption { get; set; } #Whether the caption is displayed.
public Boolean LockedPosition { get; set; } #Whether the slicer position is locked.