WorkbookRemoveExternalLinks Method |
Note: This API is now obsolete.
Removes all external links in the workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntax[ObsoleteAttribute("Use ExternalLinkCollection.Clear() method instead.")]
public void RemoveExternalLinks()
<ObsoleteAttribute("Use ExternalLinkCollection.Clear() method instead.")>
Public Sub RemoveExternalLinks
public:
[ObsoleteAttribute(L"Use ExternalLinkCollection.Clear() method instead.")]
void RemoveExternalLinks()
[<ObsoleteAttribute("Use ExternalLinkCollection.Clear() method instead.")>]
member RemoveExternalLinks : unit -> unit
Remarks
NOTE: This member is now obsolete. Instead,
please use ExternalLinkCollection.Clear() method.
This method will be removed 12 months later since December 2021.
Aspose apologizes for any inconvenience you may have experienced.
See Also