RemoveAt
PictureCollection.RemoveAt method
Belirli bir dizindeki şekilleri kaldırın
public void RemoveAt(int index)
Örnekler
[C#]
//resim ekle
int index2 = pictures.Add(1, 1, "image.png");
//silmek
pictures.RemoveAt(index2);
Ayrıca bakınız
- class PictureCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells