Aspose::Cells::Slicers::Slicer::GetLockedPosition method

Slicer::GetLockedPosition method

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

bool Aspose::Cells::Slicers::Slicer::GetLockedPosition()

Examples

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

See Also