Back to Devexpress

CellCalculationArgs Class

officefileapi-devexpress-dot-spreadsheet-dot-formulas-c43b17cb.md

latest1.5 KB
Original Source

CellCalculationArgs Class

Provides data for the ICustomCalculationService.OnBeginCellCalculation method.

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class CellCalculationArgs
vb
Public Class CellCalculationArgs

Remarks

The CellCalculationArgs instance is automatically created, initialized and passed to the ICustomCalculationService.OnBeginCellCalculation method.

Inheritance

Object CellCalculationArgs

See Also

CellCalculationArgs Members

ICustomCalculationService

DevExpress.Spreadsheet.Formulas Namespace