CalculationOptions.LinkedDataSources

CalculationOptions.LinkedDataSources property

Specifies the data sources for external links used in formulas.

public Workbook[] LinkedDataSources { get; set; }

Remarks

Like UpdateLinkedDataSource, here you may specify data sources for external links used in formulas to be calculated, especially those used in INDIRECT function. For those external links used in INDIRECT function, they are not taken as part of the external links of the workbook and cannot be updated by UpdateLinkedDataSource.

See Also