Slicers Interface
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.
A collection of Slicer objects.
public interface class Slicers : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244C7-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Slicers : System.Collections.IEnumerable
Public Interface Slicers
Implements IEnumerable
- Attributes
- Implements
Remarks
Each Slicer object represents a slicer in a workbook. Slicers are used to filter data.
Properties
_Default[Object] |
Reserved for internal use. |
Application |
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. |
Count |
Gets the number of objects in the collection. |
Creator |
Gets a 32-bit integer that indicates the application in which this object was created. |
Item[Object] |
Returns a Slicer object from the collection. |
Parent |
Gets the parent SlicerCache object for the specified Slicers collection. |
Methods
Add(Object, Object, Object, Object, Object, Object, Object, Object) |
Creates a new slicer and returns a Slicer object. |
GetEnumerator() |