PlacementType
PlacementType enumeration
Represents the way the drawing object is attached to the cells below it.
public enum 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
- assembly Aspose.Cells