Interface IExcelDataValidationWithFormula<T>
Inherited Members
Namespace: Experior.Core.Data.OfficeOpenXml.DataValidation.Contracts
Assembly: Experior.Core.dll
Syntax
public interface IExcelDataValidationWithFormula<T> : IExcelDataValidation where T : IExcelDataValidationFormula
Type Parameters
Name | Description |
---|---|
T |
Properties
Formula
Declaration
T Formula { get; }
Property Value
Type | Description |
---|---|
T |