'Declaration
Public Sub RemoveAt( _ ByVal hyperlinkIndex As Integer _ )
'Usage
Dim instance As HyperlinkCollection Dim hyperlinkIndex As Integer instance.RemoveAt(hyperlinkIndex)
public void RemoveAt( int hyperlinkIndex )
Parameters
- hyperlinkIndex
- The index that corresponds to the Hyperlink that will be removed from the HyperlinkCollection.