SpreadsheetGear 2017
UpdateLinks Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : UpdateLinks Property
Gets or sets the property which determines whether externally referenced values will be updated when a workbook is loaded by Excel. SpreadsheetGear supports reading, writing and modifying this value, but does not support automatically updating links unless the workbook is loaded into the same workbook set.
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;}
read-write property UpdateLinks: UpdateLinks; 
function get,set UpdateLinks : UpdateLinks
__property UpdateLinks get_UpdateLinks();
__property void set_UpdateLinks( 
   UpdateLinks value
);
property UpdateLinks UpdateLinks {
   UpdateLinks get();
   void set (    UpdateLinks value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbook Interface
IWorkbook Members