Slicer.Shape 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 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.