Interface IExcelDataValidationFormulaWithValue<T>
- Namespace
- OfficeOpenXml.DataValidation.Formulas.Contracts
- Assembly
- EPPlus.dll
Interface for a formula with a value
public interface IExcelDataValidationFormulaWithValue<T> : IExcelDataValidationFormula
Type Parameters
T
- Inherited Members
Properties
Value
The value.
T Value { get; set; }
Property Value
- T