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 area. Calling this method is equivalent to setting an area's cell values to null.

Signature
C#
C#
 public void ClearContent()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Sub ClearContent()
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

a.ClearContent();
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

a.ClearContent()
{code} {example} {scrollbar}
Scrollbar