Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / UpdateLinks Property


In This Topic
    UpdateLinks Property (IWorkbook)
    In This Topic
    Gets or sets an UpdateLinks constant indicating a workbook's setting for updating links.
    Syntax
    'Declaration
     
    
    Property UpdateLinks As UpdateLinks
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As UpdateLinks
     
    instance.UpdateLinks = value
     
    value = instance.UpdateLinks
    UpdateLinks UpdateLinks {get; set;}

    Property Value

    The workbook's setting for updating links.
    Remarks
    Updating links is for physical files. If the external workbook is already opened, the workbook will always be linked.
    See Also