Version

Search Results

UnknownShape Class Members

Public Properties Public Methods

UnknownShape Class Properties

Public Properties

ClearUnknownData Method (UnknownShape)

Throws an exception because all data in an unknown shape is unknown, and clearing that data would leave no data with the shape. Syntax Exceptions Exception Description System.InvalidOperationException This method is called on an UnknownShape instance.

ValueConstraintDataValidationRule Class

Base class for all data validations rules which compare the cell value against one or more constraint when determining the validity of the cell value. Syntax

ValueConstraintDataValidationRule Class Members

Public Properties Public Methods

IsEquivalentTo Method (ValueConstraintDataValidationRule)

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.

ValidationCriteria Property

Gets or sets the criteria to use when validating the cell value against the constraint(s). Syntax Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException Occurs when the value is not a member of the DataValidationCriteria enumeration. Remarks Depending on the value specified, either the...