Enum PlacementType
Enum PlacementType
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents the way the drawing object is attached to the cells below it.
public enum PlacementType
Fields
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.