Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Removes the DataValidation object associated with the cell.

{signature}
{example}{code:csharp|title=C#}
cell.RemoveDataValidation();
{code}
{code:vb.net
|title=vb.net
}
cell.RemoveDataValidation()
Signature
C#C#
Wiki Markup
{description}
{excerpt}Removes the [DataValidation] object associated with the cell.{excerpt}
{signature:C#}
 public void RemoveDataValidation()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub RemoveDataValidation()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}