Table of Contents

Interface IExcelDataValidationWithFormula<T>

Namespace
OfficeOpenXml.DataValidation.Contracts
Assembly
EPPlus.dll

Interface for a datavalidation with an excel formula

public interface IExcelDataValidationWithFormula<T> : IExcelDataValidation where T : IExcelDataValidationFormula

Type Parameters

T

An instance implementing the IExcelDataValidationFormula interface.

Inherited Members

Properties

Formula

Formula of the validation

T Formula { get; }

Property Value

T