Aspose::Cells::Slicers::Slicer::SetLockedPosition method
Slicer::SetLockedPosition method
Indicates whether the specified slicer can be moved or resized by using the user interface.
void Aspose::Cells::Slicers::Slicer::SetLockedPosition(bool value)
Examples
if (slicer.GetLockedPosition() == true)
{
slicer.SetLockedPosition(false);
}
See Also
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++