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
Wiki Markup
{description}
{excerpt}Merges all cells in the area into a single cell.{excerpt}
{signature:C#}
 public void MergeCells()
{signature}{signature:vb.net}
Public Sub MergeCells()
{signature}
{example}{code:csharp|title=C#}
a.MergeCells();{code}
{code:vbnet|title=vb.net}
a.MergeCells(){code}

{example}
{scrollbar}