Share via


Slicer Members

Include Protected Members
Include Inherited Members

Represents a slicer in a workbook.

The Slicer type exposes the following members.

Properties

  Name Description
Public property 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.
Public property Caption Gets or sets the caption of the specified slicer.
Public property ColumnWidth Gets or sets the width, in points, of each column in the slicer.
Public property Creator Gets a 32-bit integer that indicates the application in which this object was created.
Public property DisableMoveResizeUI Gets or sets whether the specified slicer can be moved or resized by using the user interface.
Public property DisplayHeader Gets or sets whether the header that displays the slicer Caption is visible.
Public property Height Gets or sets the height of the specified slicer, in points.
Public property Left Gets or sets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.
Public property Locked Gets or sets whether the specified slicer can be modified when the sheet that contains it is protected.
Public property Name Gets or sets the name of the specified slicer.
Public property NumberOfColumns Gets or sets the number of columns in the specified slicer.
Public property Parent Gets the Worksheet object that represents the sheet that contains the slicer.
Public property RowHeight Gets or sets the height, in points, of each row in the specified slicer.
Public property Shape Gets the Shape object associated with the specified slicer.
Public property SlicerCache Gets the SlicerCache object associated with the slicer.
Public property SlicerCacheLevel Gets the SlicerCacheLevel object associated with the slicer.
Public property Style Gets or sets the style currently applied to the specified slicer.
Public property Top Gets or sets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.
Public property Width Gets or sets the width of the specified slicer, in points.

Top

Methods

  Name Description
Public method Delete Deletes the slicer and removes it from the associated Slicers collection.

Top

See Also

Reference

Slicer Interface

Microsoft.Office.Interop.Excel Namespace