Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / SaveLinkValues Property


In This Topic
    SaveLinkValues Property (GcSpreadSheet)
    In This Topic
    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
     
    <CategoryAttribute("Workbook")>
    Public Property SaveLinkValues As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.SaveLinkValues = value
     
    value = instance.SaveLinkValues
    [Category("Workbook")]
    public bool SaveLinkValues {get; set;}

    Property Value

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