Show / Hide Table of Contents

Interface IExcelDataValidationFormulaList

Interface for a data validation of list type

Inherited Members
IExcelDataValidationFormula.ExcelFormula
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>
In This Article
Back to top Generated by DocFX