Interface IExcelDataValidationFormulaList
- Namespace
- OfficeOpenXml.DataValidation.Formulas.Contracts
- Assembly
- EPPlus.dll
Interface for a data validation of list type
public interface IExcelDataValidationFormulaList : IExcelDataValidationFormula
- Inherited Members
Properties
Values
A list of value strings.
IList<string> Values { get; }