Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / UpdateLinks Property


In This Topic
    UpdateLinks Property (Workbook)
    In This Topic
    Gets or sets an UpdateLinks constant indicating a workbook's setting for updating links.
    Syntax
    'Declaration
     
    
    Public Property UpdateLinks As UpdateLinks
    'Usage
     
    
    Dim instance As Workbook
    Dim value As UpdateLinks
     
    instance.UpdateLinks = value
     
    value = instance.UpdateLinks
    public 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