Public Properties Public Methods
Public Methods
Public Properties
Gets or sets the value which indicates whether a null, or blank, value is allowed to be set on a cell. Syntax Property Value True if a null value can be set on the cell; False otherwise.
Indicates if this rule is structurally equivalent to another. Syntax Parameters other The rule to compare against Return Value Returns true if the specified other has the same settings as this rule.
Represents a data validation rule which allows a value from a list of accepted values to be applied to a cell. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the formula which specifies the accepted values. Syntax Parameters address The address of the cell or region that serves as the basis for relative references, or null to use the top-left cell of the worksheet. Return Value A formula used to validate the value applied to a cell. Exceptions Exception Descriptio...