Slicer.Parent

Slicer.Parent property

Returns the Worksheet object that represents the sheet that contains the slicer. Read-only.

public Worksheet Parent { get; }

Examples


[C#]

Worksheet currSheet = slicer.Parent;

See Also