Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / UpdateLinks Property


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