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
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
C#
C#
<p> public void ClearContent()</p>
Signature
vb.net
vb.net
<p>Public Sub ClearContent()</p>
Example
Code Block
csharp
csharp
titleC#
rng.ClearContent();
Code Block
vb.net
vb.net
titlevb.net
rng.ClearContent()