Infragistics(R) NetAdvantage(R) WPF
CustomDataValidationRule Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : CustomDataValidationRule Class


The following tables list the members exposed by CustomDataValidationRule.

Public Constructors

 NameDescription
public ConstructorCustomDataValidationRule ConstructorCreates a new CustomDataValidationRule instance.  
Top

Public Properties

 NameDescription
public PropertyAllowNull Gets or sets the value which indicates whether a null, or blank, value is allowed to be set on a cell. (Inherited from Infragistics.Documents.Excel.LimitedValueDataValidationRule)
public PropertyErrorMessageDescription Gets or sets the description which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyErrorMessageTitle Gets or sets the title which appears in the dialog box when an invalid value is applied to a cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyErrorStyle Gets or sets the value which indicates whether the value is allowed when it is invalid and which options are given to the user in the error dialog shown by Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyInputMessageDescription Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyInputMessageTitle Gets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyShowErrorMessageForInvalidValue Gets or sets the value which indicates whether the error dialog should appear in Microsoft Excel when invalid data is entered in the cell. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public PropertyShowInputMessage Gets or sets the value which indicates whether to show the user an input prompt tooltip when the user selects the cell in Microsoft Excel. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
Top

Public Methods

 NameDescription
public MethodClone Creates a copy of this rule which can be applied to other worksheets. (Inherited from Infragistics.Documents.Excel.DataValidationRule)
public MethodGetFormulaOverloaded.  Gets the formula used to validate the value applied to a cell.  
public MethodSetFormulaOverloaded.  Sets the formula used to validate the value applied to a cell.  
Top

See Also