remove_at method

remove_at

Removes custom xml part at the specified index.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintThe zero-based index of the element to remove.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentOutOfRangeException))index is less than 0.-or-index is equal to or greater than Count

See Also