Table of Contents

Interface IExcelDataValidation

Namespace
OfficeOpenXml.DataValidation.Contracts
Assembly
Magicodes.EPPlus.dll
public interface IExcelDataValidation
Extension Methods

Properties

Address

ExcelAddress Address { get; }

Property Value

ExcelAddress

AllowBlank

bool? AllowBlank { get; set; }

Property Value

bool?

AllowsOperator

bool AllowsOperator { get; }

Property Value

bool

Error

string Error { get; set; }

Property Value

string

ErrorStyle

ExcelDataValidationWarningStyle ErrorStyle { get; set; }

Property Value

ExcelDataValidationWarningStyle

ErrorTitle

string ErrorTitle { get; set; }

Property Value

string

Prompt

string Prompt { get; set; }

Property Value

string

PromptTitle

string PromptTitle { get; set; }

Property Value

string

ShowErrorMessage

bool? ShowErrorMessage { get; set; }

Property Value

bool?

ShowInputMessage

bool? ShowInputMessage { get; set; }

Property Value

bool?

ValidationType

ExcelDataValidationType ValidationType { get; }

Property Value

ExcelDataValidationType

Methods

Validate()

void Validate()