Item
CustomXmlPartCollection indexer
Returns the element at the specified index.
public ICustomXmlPart this[int index] { get; }
Parameter | Description |
---|---|
index | The zero-based index of the element to get. |
Return Value
The element at the specified index.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0.-or-index is equal to or greater than Count |
See Also
- interface ICustomXmlPart
- class CustomXmlPartCollection
- namespace Aspose.Slides
- assembly Aspose.Slides