Spread Silverlight Documentation
SaveExternalLinks Property (ExcelWorkbookPropery)


GrapeCity.Excel Namespace > ExcelWorkbookPropery Class : SaveExternalLinks Property
Get or set a value indicating whether save external links when save the file.
Syntax
'Declaration
 
Public Property SaveExternalLinks As System.Boolean
'Usage
 
Dim instance As ExcelWorkbookPropery
Dim value As System.Boolean
 
instance.SaveExternalLinks = value
 
value = instance.SaveExternalLinks
public System.bool SaveExternalLinks {get; set;}

Property Value

true if save external links; otherwise, false.
See Also

Reference

ExcelWorkbookPropery Class
ExcelWorkbookPropery Members