Interface IExcelDataValidationWithFormula<T>
Interface for a datavalidation with an excel formula
Inherited Members
Namespace: OfficeOpenXml.DataValidation.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelDataValidationWithFormula<T> : IExcelDataValidation where T : IExcelDataValidationFormula
Type Parameters
Name | Description |
---|---|
T | An instance implementing the IExcelDataValidationFormula interface. |
Properties
Formula
Formula of the validation
Declaration
T Formula { get; }
Property Value
Type | Description |
---|---|
T |