Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ArrayConstantExpression.Values Property

Gets or sets the array constant - that is, the array of values.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public CellValue[, ] Values { get; set; }

Property Value

Type Description
CellValue[,]

A two-dimensional array of CellValue objects.

See Also