Version

Search Results

Add(AnyValueDataValidationRule,WorksheetRegion) Method

Applies an AnyValueDataValidationRule to the cells in a WorksheetRegion. Syntax Parameters rule The data validation rule to apply to the region.region The region to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.Argum...

Add(CustomDataValidationRule,WorksheetCell) Method

Applies an CustomDataValidationRule to a WorksheetCell. Syntax Parameters rule The data validation rule to apply to the cell.cell The cell to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.ArgumentNullException Occurs...

Add(CustomDataValidationRule,WorksheetRegion) Method

Applies an CustomDataValidationRule to the cells in a WorksheetRegion. Syntax Parameters rule The data validation rule to apply to the region.region The region to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.Argumen...

Add(DataValidationRule,WorksheetReferenceCollection) Method

Applies a data validation rule to the a set of references. Syntax Parameters rule The data validation rule to apply to the set of references.references The reference to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.A...

Add(DataValidationRule,WorksheetReferenceCollection,Boolean) Method

Applies a data validation rule to the a set of references. Syntax Parameters rule The data validation rule to apply to the set of references.references The reference to which the data validation rule should be applied.overwriteExistingRules Indicates whether cells in the references collection which already have da...

Add(ListDataValidationRule,WorksheetCell) Method

Applies an ListDataValidationRule to a WorksheetCell. Syntax Parameters rule The data validation rule to apply to the cell.cell The cell to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.ArgumentNullException Occurs w...

Add(ListDataValidationRule,WorksheetRegion) Method

Applies an ListDataValidationRule to the cells in a WorksheetRegion. Syntax Parameters rule The data validation rule to apply to the region.region The region to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.ArgumentN...

Add(OneConstraintDataValidationRule,WorksheetCell) Method

Applies an OneConstraintDataValidationRule to a WorksheetCell. Syntax Parameters rule The data validation rule to apply to the cell.cell The cell to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.ArgumentNullException...

Add(OneConstraintDataValidationRule,WorksheetRegion) Method

Applies an OneConstraintDataValidationRule to the cells in a WorksheetRegion. Syntax Parameters rule The data validation rule to apply to the region.region The region to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System....

Add(TwoConstraintDataValidationRule,WorksheetCell) Method

Applies an TwoConstraintDataValidationRule to a WorksheetCell. Syntax Parameters rule The data validation rule to apply to the cell.cell The cell to which the data validation rule should be applied. Exceptions Exception Description System.ArgumentNullException Occurs when rule is null. System.ArgumentNullException...