Method RemoveAt
RemoveAt(int)
Removes string item at specified position.
public virtual void RemoveAt(int index)
Parameters
index
intSpecifies 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.