Show / Hide Table of Contents

Interface IExcelDataValidationFormulaList

Interface for a data validation of list type

Inherited Members
IExcelDataValidationFormula.ExcelFormula
Namespace: Experior.Core.Data.OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly: Experior.Core.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>
Back to top Generated by DocFX