Aspose::Cells::ExternalLinkCollection class
Contents
[
Hide
]ExternalLinkCollection class
Represents external links collection in a workbook.
class ExternalLinkCollection
Methods
Fields
Field | Description |
---|---|
_impl | The implementation object. |
Examples
Aspose::Cells::Startup();
//Open a file with external links
Workbook workbook(u"book1.xls");
//Change external link data source
workbook.GetWorksheets().GetExternalLinks().Get(0).SetDataSource(u"d:\\link.xls");
Aspose::Cells::Cleanup();
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++