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 the content of all cells in the area. Calling this method is equivalent to setting an area's cell values to null.{excerpt}
{signature:C#}
 public void ClearContent()
{signature}{signature:vb.net}
Public Sub ClearContent()
{signature}
{example}{code:csharp|title=C#}
a.ClearContent();{code}
{code:vbnet|title=vb.net}
a.ClearContent(){code}

{example}
{scrollbar}