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
Wiki Markup
{description}
{excerpt}Clears a cell's content. Calling this method is equivalent to setting a cell's value to null.{excerpt}
{signature:C#}
 public void ClearContent()
{signature}{signature:vb.net}
Public Sub ClearContent()
{signature}
{example}{code:csharp|title=C#}
cellA1.ClearContent();{code}
{code:vb.net|title=vb.net}
cellA1.ClearContent(){code}

{example}
{scrollbar}