Skip to main content
A newer version of this page is available. .

ArrayConstantExpression.Values Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

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

Property Value

Type Description
CellValue[,]

A two-dimensional array of CellValue objects.

See Also