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 range. Calling this method is equivalent to setting an range's style to "Normal" and its cell values to null.{excerpt}
{signature:C#}
 public void ClearContent()
{signature}{signature:vb.net}
Public Sub ClearContent()
{signature}
{example}{code:csharp|title=C#}
rng.ClearContent();{code}
{code:vb.net|title=vb.net}
rng.ClearContent(){code}

{example}