Aspose::Cells::Slicers::Slicer::SetLockedPosition method

Slicer::SetLockedPosition method

Indicates whether the specified slicer can be moved or resized by using the user interface.

void Aspose::Cells::Slicers::Slicer::SetLockedPosition(bool value)

Examples

if (slicer.GetLockedPosition() == true)
{
    slicer.SetLockedPosition(false);
}

See Also