[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.GetExcelLinkSources

GetExcelLinkSources Method

GetExcelLinkSources()

Returns the names of the linked excel documents.

Declaration
public IEnumerable<string> GetExcelLinkSources()
Public Function GetExcelLinkSources() As IEnumerable(Of String)
Returns
Type Description
IEnumerable<string>

An enumerable collection of strings representing the Excel link sources.

Implements