Aspose::Cells::Slicers::Slicer::IsLocked method

Slicer::IsLocked method

Indicates whether the slicer shape is locked.

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

Examples

if (slicer.IsLocked() == true)
{
    slicer.SetIsLocked(false);
}

See Also