Version

Remove(DataValidationRule) Method

Removes the specified rule from the Worksheet.
Syntax
public bool Remove( 
   DataValidationRule rule
)

Parameters

rule
The rule which should be removed.

Return Value

True if the rule was contained on the Worksheet before removal; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when rule is null.
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