WorkbookBase.ActiveSlicer Property
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.
Gets an object that represents the active slicer in the active workbook or in the specified workbook.
public Microsoft.Office.Interop.Excel.Slicer ActiveSlicer { get; }
Property Value
A Slicer that represents the active slicer in the active workbook or in the specified workbook.
Exceptions
This property is used in an Excel 2007 project.
Remarks
If you do not specify a Workbook object, this property returns the active slicer in the active workbook.
Note
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.