RemoveAt
CustomXmlPartCollection.RemoveAt method
Removes custom xml part at the specified index.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the element to remove. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0.-or-index is equal to or greater than Count |
See Also
- class CustomXmlPartCollection
- namespace Aspose.Slides
- assembly Aspose.Slides