Aspose::Cells::Slicers::Slicer::GetPlacement method

Slicer::GetPlacement method

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

PlacementType Aspose::Cells::Slicers::Slicer::GetPlacement()

Examples

if (slicer.GetPlacement() != PlacementType::FreeFloating)
{
    slicer.SetPlacement(PlacementType::FreeFloating);
}

See Also