Back to Devexpress

ConstantExpression.Value Property

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

latest1.2 KB
Original Source

ConstantExpression.Value Property

Gets or sets the value of the constant.

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 constant.

|

See Also

ConstantExpression Class

ConstantExpression Members

DevExpress.Spreadsheet.Formulas Namespace