Table of Contents

Class ValidationRule

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll
public class ValidationRule
Inheritance
ValidationRule
Inherited Members

Constructors

ValidationRule(ValidationType, double, double)

public ValidationRule(ValidationType type, double minValue, double maxValue)

Parameters

type ValidationType
minValue double
maxValue double

ValidationRule(string)

public ValidationRule(string customFormula)

Parameters

customFormula string

ValidationRule(string[])

public ValidationRule(string[] options)

Parameters

options string[]

Properties

CustomFormula

public string CustomFormula { get; set; }

Property Value

string

ErrorMessage

public string ErrorMessage { get; set; }

Property Value

string

ErrorTitle

public string ErrorTitle { get; set; }

Property Value

string

MaxValue

public double? MaxValue { get; set; }

Property Value

double?

MinValue

public double? MinValue { get; set; }

Property Value

double?

Options

public string[] Options { get; set; }

Property Value

string[]

Type

public ValidationType Type { get; set; }

Property Value

ValidationType