RemoveAt
PictureCollection.RemoveAt method
Удалить фигуры по определенному индексу
public void RemoveAt(int index)
Примеры
[C#]
//добавляем картинку
int index2 = pictures.Add(1, 1, "image.png");
//Удалить
pictures.RemoveAt(index2);
Смотрите также
- class PictureCollection
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells