Slicer.IsLocked
Slicer.IsLocked property
Indicates whether the slicer shape is locked.
public bool IsLocked { get; set; }
Examples
[C#]
slicer.IsLocked = false;
See Also
- class Slicer
- namespace Aspose.Cells.Slicers
- assembly Aspose.Cells
Indicates whether the slicer shape is locked.
public bool IsLocked { get; set; }
[C#]
slicer.IsLocked = false;