Spread Windows Forms 12.0 Product Documentation
UpdateLinks Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : UpdateLinks Property
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

Reference

IWorkbook Interface
IWorkbook Members