[]
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.
public bool SaveLinkValues { get; set; }
Public Property SaveLinkValues As Boolean
Type | Description |
---|---|
bool |
|