Slicer.Shape Property

Gets the Shape object associated with the specified slicer.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Shape As Shape
    Get
'Usage
Dim instance As Slicer
Dim value As Shape

value = instance.Shape
Shape Shape { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Shape
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.

See Also

Reference

Slicer Interface

Slicer Members

Microsoft.Office.Interop.Excel Namespace