Slicer.Placement

Slicer.Placement property

Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet.

public PlacementType Placement { get; set; }

Examples


[C#]

slicer.Placement = PlacementType.FreeFloating;

See Also