WorkbookHasExernalLinks Method |
Note: This API is now obsolete.
Indicates whether this workbook contains external links to other data sources.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntax[ObsoleteAttribute("Use ExternalLinkCollection.Count property instead.")]
public bool HasExernalLinks()
<ObsoleteAttribute("Use ExternalLinkCollection.Count property instead.")>
Public Function HasExernalLinks As Boolean
public:
[ObsoleteAttribute(L"Use ExternalLinkCollection.Count property instead.")]
bool HasExernalLinks()
[<ObsoleteAttribute("Use ExternalLinkCollection.Count property instead.")>]
member HasExernalLinks : unit -> bool
Return Value
Type:
BooleanWhether this workbook contains external links to other data sources.
Remarks
NOTE: This member is now obsolete. Instead,
please use ExternalLinkCollection.Count to check whether there are external links in this workbook.
This method will be removed 12 months later since December 2021.
Aspose apologizes for any inconvenience you may have experienced.
See Also