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

Merges all cells in the area into a single cell.

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