RemoveAt
PictureCollection.RemoveAt method
Ta bort former vid det specifika index
public void RemoveAt(int index)
Exempel
[C#]
//lägg till en bild
int index2 = pictures.Add(1, 1, "image.png");
//radera
pictures.RemoveAt(index2);
Se även
- class PictureCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells