Placement
Shape.Placement property
Rappresenta il modo in cui l’oggetto di disegno è collegato alle celle sottostanti. La proprietà controlla il posizionamento di un oggetto su un foglio di lavoro.
public PlacementType Placement { get; set; }
Esempi
[C#]
if (shape.Placement == PlacementType.Move)
shape.Placement = PlacementType.MoveAndSize;
Guarda anche
- enum PlacementType
- class Shape
- spazio dei nomi Aspose.Cells.Drawing
- assemblea Aspose.Cells