ArrayConstantExpression.Values Property
Gets or sets the array constant - that is, the array of values.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CellValue[,] | A two-dimensional array of CellValue objects. |
See Also