Back to Devexpress

CellCalculationArgs.Value Property

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

latest2.0 KB
Original Source

CellCalculationArgs.Value Property

Gets or sets the content of a cell for which calculation starts.

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellValue Value { get; set; }
vb
Public Property Value As CellValue

Property Value

TypeDescription
CellValue

A CellValue object that is the cell content.

|

Remarks

To specify the value of a particular cell instead of calculating the formula it contains, create and register a service that implements the ICustomCalculationService interface. In the ICustomCalculationService.OnBeginCellCalculation method, specify the Value property as needed and set the CellCalculationArgs.Handled property to true.

See Also

ICustomCalculationService

CellCalculationArgs Class

CellCalculationArgs Members

DevExpress.Spreadsheet.Formulas Namespace