Aspose::Cells::Drawing::PlacementType enum

PlacementType enum

Represents the way the drawing object is attached to the cells below it.

enum class PlacementType

Values

NameValueDescription
FreeFloating0
Don’t move or size with cells.
Move1
Move but don’t size with cells.
MoveAndSize2
Move and size with cells.

See Also