Spread Silverlight Documentation
SaveExternalLinks Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : SaveExternalLinks Property
Gets or sets a value indicating whether save external links during save.
Syntax
'Declaration
 
Public Property SaveExternalLinks As System.Boolean
'Usage
 
Dim instance As ExcelWorkbook
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

ExcelWorkbook Class
ExcelWorkbook Members