ExcelHyperlinksCollectionRemoveHyperlink Method |
Removes the hyperlink at the specified zero based index from collection
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemoveHyperlink(
int hyperlinkIndex
)
Public Sub RemoveHyperlink (
hyperlinkIndex As Integer
)
Parameters
- hyperlinkIndex Int32
- The zero based index in collection from where to remove the hyperlink
See Also