Method RemoveAt
RemoveAt(int)
Removes an element from this document.
public virtual void RemoveAt(int index)
Parameters
index
intThe zero based index of the element to remove.
Removes an element from this document.
public virtual void RemoveAt(int index)
index
intThe zero based index of the element to remove.