Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Merges all cells in the area into a single cell.

{signature}
{example}{code:csharp|title=C#}
a.MergeCells();
{code}
{code:vbnet|title=vb.net
}
a.MergeCells()
Signature
C#C#
Wiki Markup
{description}
{excerpt}Merges all cells in the area into a single cell.{excerpt}
{signature:C#}
 public void MergeCells()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub MergeCells()
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}