Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / GetExcelLinkSources Method
In This Topic
    GetExcelLinkSources Method (Workbook)
    In This Topic
    Returns the names of the linked excel documents.
    Syntax
    [System.Runtime.CompilerServices.IteratorStateMachine(GrapeCity.Documents.Excel.Workbook/b)]
    public System.Collections.Generic.IEnumerable<string> GetExcelLinkSources()

    Return Value

    An enumerable collection of strings representing the Excel link sources.
    See Also