Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface
Properties

In This Topic
    IExcelDataValidation Interface Members
    In This Topic

    The following tables list the members exposed by IExcelDataValidation.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicating whether ignore blank during the data validation.  
     PropertyGets or sets the data validation compare operator.  
     PropertyGets or sets the error message.  
     PropertyGets or sets the error alert style of the data validation.  
     PropertyGets or sets the error title.  
     PropertyGets or sets the first formula in the data validation dropdown. It is used as bounds for 'between' and 'notBetween' relation operators, and the only formula used for other relational operators (equal, notEqual, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual), or for custom or list type data validation. The content can be a formula or a constant or a list of series (comma separated values).  
     PropertyGets or sets the prompt window message.  
     PropertyGets or sets the title bar text of input prompt.  
     PropertyGets or sets the ranges which data validation is applied.  
     PropertyGets or sets the second formula in the data validation dropdown. It is used as a bounds for 'between' and 'notBetween' relational operators only.  
     PropertyGets or sets a value indicating whether show error alert box  
     PropertyGets or sets a value indicating whether show input message when cell is selected.  
     PropertyGets or sets a value indicating whether show the prompt window.  
     PropertyGets or sets data validation type.  
    Top
    See Also