Locking WordArt Watermark with Golang via C++
Contents
[
Hide
]
Aspose.Cells APIs allow adding WordArt watermarks to the worksheet in a way that the WordArt becomes an object you can move and position on the worksheet. It is also possible to lock the WordArt object for any interaction such as editing, movement, and selection. This article explains the usage of Shape.SetLockedProperty method to lock a few aspects of the watermark.
Aspose.Cells APIs allow locking certain aspects of the watermark so that user interaction can be limited or completely blocked. The following code snippet demonstrates the usage of the Aspose.Cells for C++ API to lock the selection, movement, editing, and resizing of the watermark by creating a spreadsheet from scratch.