Spread Windows Forms 12.0 Product Documentation
SaveLinkValues Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : SaveLinkValues Property
Gets or sets a boolean value indicating whether externally referenced values will be saved with the workbook, enabling cells which refer to those values to be calculated without returning a #REF! error.
Syntax
'Declaration
 
Property SaveLinkValues As Boolean
'Usage
 
Dim instance As IWorkbook
Dim value As Boolean
 
instance.SaveLinkValues = value
 
value = instance.SaveLinkValues
bool SaveLinkValues {get; set;}

Property Value

true if externally referenced values will be saved with the workbook; otherwise, false.
See Also

Reference

IWorkbook Interface
IWorkbook Members