Show / Hide Table of Contents

Interface IExcelDataValidationFormula

Interface for a data validation formula

Namespace: OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly: EPPlus.dll
Syntax
public interface IExcelDataValidationFormula

Properties

ExcelFormula

An excel formula

Declaration
string ExcelFormula { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX