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
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++