Skip to content

Commit 7d47f27

Browse files
authored
Update Working-with-Data-Validation.md
1 parent 3b15122 commit 7d47f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Document-Processing/Excel/Excel-Library/NET/Working-with-Data-Validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ End Using
541541
{% endhighlight %}
542542
{% endtabs %}
543543

544-
## Remove Validation
544+
## Remove Data Validation
545545

546-
The following code snippet illustrates how to remove validations from a worksheet.
546+
The following code snippet illustrates how to remove data validation rules from a worksheet.
547547

548548
{% tabs %}
549549
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Data%20Validation/Remove%20Validation/.NET/Remove%20Validation/Remove%20Validation/Program.cs,180" %}
@@ -594,4 +594,4 @@ End Using
594594
{% endhighlight %}
595595
{% endtabs %}
596596

597-
A complete working example to remove validations from a worksheet in C# is present on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Data%20Validation/Remove%20Validation/.NET/Remove%20Validation">this GitHub page</a>.
597+
A complete working example to remove validations from a worksheet in C# is present on <a href="https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Data%20Validation/Remove%20Validation/.NET/Remove%20Validation">this GitHub page</a>.

0 commit comments

Comments
 (0)