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 a cell's content. Calling this method is equivalent to setting a cell's value to null.

Signature
C#
C#
 public void ClearContent()
Signature
vb.net
vb.net
Public Sub ClearContent()
Example
Code Block
csharp
csharp
titleC#
cellA1.ClearContent();
Code Block
vb.net
vb.net
titlevb.net
cellA1.ClearContent()
Scrollbar