ICustomXmlPartCollectionRemoveAt Method |
Removes custom xml part at the specified index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.4.0.0 (22.4)
Syntaxvoid RemoveAt(
int index
)
Sub RemoveAt (
index As Integer
)
void RemoveAt(
int index
)
abstract RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Exceptions
See Also