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