Slicer.Shape Property

Definition

Gets the Shape object associated with the specified slicer.

public:
 property Microsoft::Office::Interop::Excel::Shape ^ Shape { Microsoft::Office::Interop::Excel::Shape ^ get(); };
public Microsoft.Office.Interop.Excel.Shape Shape { get; }
Public ReadOnly Property Shape As Shape

Property Value

The Shape object associated with the specified slicer.

Remarks

Read-only.

Some properties of the slicer, such as the AlternativeText property, can only be accessed from the Shape object associated with the slicer.

Applies to