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
  
    - typeValidationType
- minValuedouble
- maxValuedouble
    public ValidationRule(string customFormula)
   
  Parameters
  
    - customFormulastring
    public ValidationRule(string[] options)
   
  Parameters
  
    - optionsstring[]
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