Back to Devexpress

ICustomCalculationService.OnEndCircularReferencesCalculation(IList<CellKey>) Method

officefileapi-devexpress-dot-xtraspreadsheet-dot-services-dot-icustomcalculationservice-dot-onendcircularreferencescalculation-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-spreadsheet-dot-cellkey-x29.md

latest2.3 KB
Original Source

ICustomCalculationService.OnEndCircularReferencesCalculation(IList<CellKey>) Method

This method is called after circular reference calculation.

Namespace : DevExpress.XtraSpreadsheet.Services

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void OnEndCircularReferencesCalculation(
    IList<CellKey> cellKeys
)
vb
Sub OnEndCircularReferencesCalculation(
    cellKeys As IList(Of CellKey)
)

Parameters

NameTypeDescription
cellKeysIList<CellKey>

A list of objects that identify cells with circular references and cells whose formulas refer to cells with circular references (dependent cells).

|

Remarks

The OnEndCircularReferencesCalculation method is called if the CalculationOptions.Iterative option is true and the circular reference calculation is not canceled (the ICustomCalculationService.OnBeginCircularReferencesCalculation method returns true).

See Also

Calculation Process

ICustomCalculationService Interface

ICustomCalculationService Members

DevExpress.XtraSpreadsheet.Services Namespace