Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / LinkSources Property


In This Topic
    LinkSources Property (IWorkbook)
    In This Topic
    Gets an array of links in the workbook. The names in the array are the names of the linked documents. Returns empty array if there are no links.
    Syntax
    'Declaration
     
    
    ReadOnly Property LinkSources As String()
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value() As String
     
    value = instance.LinkSources
    string[] LinkSources {get;}

    Property Value

    The link sources.
    See Also