Version

Remove Method (WorksheetHyperlinkCollection)

Removes the specified hyperlink from the collection.
Syntax
public bool Remove( 
   WorksheetHyperlink hyperlink
)

Parameters

hyperlink
The hyperlink to remove from the collection.

Return Value

True if the hyperlink was successfully removed from the collection; False if the hyperlink did not exist in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also