Class ExcelDataValidationWithFormula<T>
A validation containing a formula
Inheritance
System.Object
ExcelDataValidationWithFormula<T>
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.DataValidation
Assembly: Experior.Core.dll
Syntax
public class ExcelDataValidationWithFormula<T> : ExcelDataValidation, IExcelDataValidation where T : IExcelDataValidationFormula
Type Parameters
Name | Description |
---|---|
T |
Properties
Formula
Formula - Either a {T} value (except for custom validation) or a spreadsheet formula
Declaration
public T Formula { get; protected set; }
Property Value
Type | Description |
---|---|
T |
Methods
Validate()
Declaration
public override void Validate()