Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Removes the DataValidation object associated with the cell.

Signature
C#
C#
 public void RemoveDataValidation()
Signature
vb.net
vb.net
Public Sub RemoveDataValidation()
Example
Code Block
csharp
csharp
titleC#
cell.RemoveDataValidation();
Code Block
vb.net
vb.net
titlevb.net
cell.RemoveDataValidation()
Scrollbar