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

XlDataValidation.ListValues Property

Provides access to the list of values used in the data validation rule.

Namespace: DevExpress.Export.Xl

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

Declaration

public IList<XlVariantValue> ListValues { get; }

Property Value

Type Description
IList<XlVariantValue>

A IList<T><XlVariantValue,> object that is the list of values.

See Also