HyperlinkCollection.RemoveAt

HyperlinkCollection.RemoveAt method

Remove the hyperlink at the specified index in this collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero based index of the element.

See Also