Spread.Sheets Documentation
DefaultDataValidator type
Represents a data validator.
Syntax
var instance = new GC.Spread.Sheets.DataValidation.DefaultDataValidator(condition);
function DefaultDataValidator;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.DataValidation.DefaultDataValidator

Constructors
 NameDescription
public ConstructorDefaultDataValidator ConstructorRepresents a data validator.  
Top
Methods
 NameDescription
public MethodcomparisonOperatorGets or sets the comparison operator.  
public MethodconditionGets or sets the condition to validate.  
public MethoderrorMessageGets or sets the error message.  
public MethoderrorStyleGets or sets the error style to display.  
public MethoderrorTitleGets or sets the error title.  
public MethodgetValidListReturns the valid data lists if the Data validation type is list; otherwise, returns null.  
public MethodignoreBlankGets or sets whether to ignore an empty value.  
public MethodinCellDropdownGets or sets whether to display a drop-down button.  
public MethodinputMessageGets or sets the input message.  
public MethodinputTitleGets or sets the input title.  
public MethodisValidDetermines whether the current value is valid.  
public MethodresetResets the data validator.  
public MethodshowErrorMessageGets or sets whether to display an error message.  
public MethodshowInputMessageGets or sets whether to display the input title and input message.  
public MethodtypeGets or sets the criteria type of this data validator.  
public Methodvalue1Gets the first value of the data validation.  
public Methodvalue2Gets the second value of the data validation.  
Top
See Also

Reference

GC.Spread.Sheets.DataValidation Namespace
Using Data Validation

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.