Show / Hide Table of Contents

Interface IExcelDataValidationFormulaWithValue<T>

Interface for a formula with a value

Inherited Members
IExcelDataValidationFormula.ExcelFormula
Namespace: OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelDataValidationFormulaWithValue<T> : IExcelDataValidationFormula
Type Parameters
Name Description
T

Properties

Value

The value.

Declaration
T Value { get; set; }
Property Value
Type Description
T
Back to top Generated by DocFX