Class ExcelDataValidationWithFormula2<T>
Inheritance
System.Object
ExcelDataValidationWithFormula2<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 ExcelDataValidationWithFormula2<T> : ExcelDataValidationWithFormula<T>, IExcelDataValidation where T : IExcelDataValidationFormula
Type Parameters
Name | Description |
---|---|
T |
Properties
Formula2
Formula - Either a {T} value or a spreadsheet formula
Declaration
public T Formula2 { get; protected set; }
Property Value
Type | Description |
---|---|
T |