Click or drag to resize

XlsValidation Values Property

If this is data validation list, then gets / sets array of all possible values.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string[] Values { get; set; }

Property Value

Type: String

Implements

IDataValidation Values
See Also