Aspose::Cells::Slicers::Slicer::SetIsLocked method

Slicer::SetIsLocked method

Indicates whether the slicer shape is locked.

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

Examples

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

See Also