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