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

Sets all properties of the DataValidation object to an uninitialized state.

Signature
C#
C#

<p> public void Clear()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub Clear()
{signature}
{example}{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

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

cell.DataValidation.Clear()
{code} {example}