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

ValueObject.CreateListSource(CellValue[]) Method

Creates the ValueObject instance from the specified array of values.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static ValueObject CreateListSource(
    CellValue[] values
)

Parameters

Name Type Description
values CellValue[]

An array of CellValue objects.

Returns

Type Description
ValueObject

A ValueObject instance.

Remarks

Use the CreateListSource method to create ValueObject from values of different kind. It allows you to combine worksheet cells, integers, strings and datetime values into a single object that can be used to populate a collection of data validation entries in the DataValidationCollection.Add method.

See Also