Method RemoveAt
RemoveAt(int)
Removes string item at specified position.
public virtual void RemoveAt(int index)
Parameters
indexintSpecifies index of item in the string collection to remove.
Removes string item at specified position.
public virtual void RemoveAt(int index)
index intSpecifies index of item in the string collection to remove.