removeAt
removeAt(int index) function
Removes custom xml part at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
Error
Error | Condition |
---|---|
com.aspose.ms.System.ArgumentOutOfRangeException | index is less than 0.-or-index is equal to or greater than Count |