Class ValidationRule
- Namespace
- FileFormat.Cells
- Assembly
- FileFormat.Cells.dll
public class ValidationRule
- Inheritance
-
ValidationRule
- Inherited Members
-
Constructors
public ValidationRule(ValidationType type, double minValue, double maxValue)
Parameters
type
ValidationType
minValue
double
maxValue
double
public ValidationRule(string customFormula)
Parameters
customFormula
string
public ValidationRule(string[] options)
Parameters
options
string[]
Properties
public string CustomFormula { get; set; }
Property Value
- string
public string ErrorMessage { get; set; }
Property Value
- string
public string ErrorTitle { get; set; }
Property Value
- string
public double? MaxValue { get; set; }
Property Value
- double?
public double? MinValue { get; set; }
Property Value
- double?
public string[] Options { get; set; }
Property Value
- string[]
public ValidationType Type { get; set; }
Property Value
- ValidationType