Version

DataValidationRule Property

Gets or sets the data validation rule for the WorksheetCell.
Syntax
public DataValidationRule DataValidationRule {get; set;}
Exceptions
ExceptionDescription
System.ArgumentException Occurs when the value specified is already applied to cells in another worksheet.
System.ArgumentException Occurs when the value specified is invalid based on its rule type's requirements.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also