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}{signature:
}
Signature
vb.net
vb.net
Public Sub RemoveDataValidation()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

cell.RemoveDataValidation();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

cell.RemoveDataValidation()
{code} {example} {scrollbar}
Scrollbar