Show / Hide Table of Contents

Interface IExcelDataValidationWithFormula<T>

Inherited Members
IExcelDataValidation.Address
IExcelDataValidation.AllowBlank
IExcelDataValidation.AllowsOperator
IExcelDataValidation.Error
IExcelDataValidation.ErrorStyle
IExcelDataValidation.ErrorTitle
IExcelDataValidation.Prompt
IExcelDataValidation.PromptTitle
IExcelDataValidation.ShowErrorMessage
IExcelDataValidation.ShowInputMessage
IExcelDataValidation.ValidationType
IExcelDataValidation.Validate()
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
Back to top Generated by DocFX