{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}