Method RemoveAt
RemoveAt(int)
Removes an element from this document.
public virtual void RemoveAt(int index)Parameters
- indexint
- The 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.