Workbook.DefaultSlicerStyle Property

Definition

Gets or sets the style from the TableStyles object that is used as the default style for slicers.

public:
 property System::Object ^ DefaultSlicerStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object DefaultSlicerStyle { get; set; }
member this.DefaultSlicerStyle : obj with get, set
Public Property DefaultSlicerStyle As Object

Property Value

An object that represents the style from the TableStyles object that is used as the default style for slicers.

Exceptions

This property is used in an Excel 2007 project.

Remarks

This property appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this property cannot be used in Excel 2007 projects.

Applies to