Interface IExcelDataValidationFormulaList
Interface for a data validation of list type
Inherited Members
Namespace: OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelDataValidationFormulaList : IExcelDataValidationFormula
  Properties
Values
A list of value strings.
Declaration
IList<string> Values { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.String> |