Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IValidation Interface
Properties Methods

In This Topic
    IValidation Interface Members
    In This Topic

    The following tables list the members exposed by IValidation.

    Public Properties
     NameDescription
     Property Gets or sets the validation alert style.  
     Property Gets or sets the data validation error message (read or write).  
     Property Gets or sets the title of the data-validation error dialog box (read or write).  
     Property Gets or sets 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 (read-only string).  
     Property Gets or sets the value or expression associated with the second part of a conditional format or data validation (read-only string).  
     Property Gets or sets whether blank values are permitted by the data range validation (read or write).  
     Property Gets or sets the description of the Japanese input rules.  
     Property Gets or sets whether data validation displays a drop-down list that contains acceptable values.  
     Property Gets or sets the data validation input message (read or write string).  
     Property Gets or sets the title of the data-validation input dialog box (read or write string).  
     Property Gets or sets the operator for the conditional format or data validation (read-only).  
     Property Gets or sets whether the data validation error message will be displayed whenever the user enters invalid data (read or write).  
     Property Gets or sets whether the data validation input message is displayed whenever the user selects a cell in the data validation range (read or write).  
     Property Gets or sets the data type validation for a range (read-only).  
     Property Gets whether all the validation criteria are met (that is, if the range contains valid data). This property is read-only.  
    Top
    Public Methods
     NameDescription
     Method Adds data validation to the specified range.  
     Method Deletes the object.  
     Method Generates the data validation from the JSON string.  
     Method Generates a JSON string from the data validation.  
    Top
    See Also