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