Aspose::Cells::Drawing::PlacementType enum
PlacementType enum
Represents the way the drawing object is attached to the cells below it.
enum class PlacementType
Values
| Name | Value | Description |
|---|---|---|
| FreeFloating | 0 | Don’t move or size with cells. |
| Move | 1 | Move but don’t size with cells. |
| MoveAndSize | 2 | Move and size with cells. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++