Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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.

{signature}
{example}{code:csharp|title=C#}
rng.ClearContent();
{code}
{code:vb.net
|title=vb.net
}
rng.ClearContent(){code}

{example}
Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Sub ClearContent()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle