RemoveAt
ShapeCollection.RemoveAt method
Şekli kaldırın.
public void RemoveAt(int index)
Parametre | Tip | Tanım |
---|---|---|
index | Int32 | Şeklin indeksi. |
Örnekler
[C#]
//ilk şekli ekle
shapes.AddRectangle(2, 0, 2, 0, 50, 50);
// ikinci şekli ekle
shapes.AddRectangle(6, 0, 2, 0, 30, 30);
//kaldırmak
shapes.RemoveAt(0);
Ayrıca bakınız
- class ShapeCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells