RemoveAt
ShapeCollection.RemoveAt method
Ta bort formen.
public void RemoveAt(int index)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | Formens index. |
Exempel
[C#]
//lägg till första formen
shapes.AddRectangle(2, 0, 2, 0, 50, 50);
//lägg till en andra form
shapes.AddRectangle(6, 0, 2, 0, 30, 30);
//ta bort
shapes.RemoveAt(0);
Se även
- class ShapeCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells