ICustomCalculationService.OnEndCellCalculation(CellKey, CellValue, CellValue) Method
In This Article
Called when the calculation is finalized for a particular cell.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
cell |
Cell |
A Cell |
start |
Cell |
A Cell |
end |
Cell |
A Cell |
#Remarks
If calculation is canceled by setting the CellCalculationArgs.Handled property to true in the ICustomCalculationService.OnBeginCellCalculation method, the OnEndCellCalculation is not called.
See Also