Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IValidation Interface

In This Topic
    IValidation Interface Methods
    In This Topic

    For a list of all members of this type, see IValidation members.

    Public Methods
     NameDescription
     MethodOverloaded. Adds data validation to the specified range.  
     MethodDeletes the object.  
     MethodGenerates the data validation from the json string.  
     MethodGets the validation alert style.  
     MethodGets the data validation error message.  
     MethodGets the title of the data-validation error dialog box.  
     MethodGets the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula.  
     MethodGets the value or expression associated with the second part of a conditional format or data validation.  
     MethodGets whether blank values are permitted by the data range validation.  
     MethodGets the description of the Japanese input rules.  
     MethodGets whether data validation displays a drop-down list that contains acceptable values.  
     MethodGets the data validation input message.  
     MethodGets the title of the data-validation input dialog box.  
     MethodGets the operator for the conditional format or data validation.  
     MethodGets whether the data validation error message will be displayed whenever the user enters invalid data.  
     MethodGets whether the data validation input message is displayed whenever the user selects a cell in the data validation range.  
     MethodGets the data type validation for a range.  
     MethodGets whether all the validation criteria are met (that is, if the range contains valid data).  
     MethodSets the validation alert style.  
     MethodSets the data validation error message.  
     MethodSets the title of the data-validation error dialog box.  
     MethodSets the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula.  
     MethodSets the value or expression associated with the second part of a conditional format or data validation.  
     MethodSets whether blank values are permitted by the data range validation.  
     MethodSets the description of the Japanese input rules.  
     MethodSets whether data validation displays a drop-down list that contains acceptable values.  
     MethodSets the data validation input message.  
     MethodSets the title of the data-validation input dialog box.  
     MethodSets the operator for the conditional format or data validation.  
     MethodSets whether the data validation error message will be displayed whenever the user enters invalid data.  
     MethodSets whether the data validation input message is displayed whenever the user selects a cell in the data validation range.  
     MethodSets the data type validation for a range.  
     MethodGenerates a json string from the data validation.  
    Top
    See Also