Skip to main content

ArrayConstantExpression.Values Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

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

Property Value

Type Description
CellValue[,]

A two-dimensional array of CellValue objects.

See Also