Message-ID: <462409210.8131.1711633271181.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8130_1188190209.1711633271181" ------=_Part_8130_1188190209.1711633271181 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Cell.IsMerged

Cell.IsMerged

Description

=20

Returns whether or not the Cell is a m= erged cell.

=20
C#
=20
 public boolean IsMerged{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property IsMerged() As Boolean
=20
=20

Examples

=20
C#
=20

          ExcelApplication xla =3D new ExcelApplication();
          bool isMerged =3D wb.Worksheets[0].Cells[0, 0].IsMerged;
        
=20
=20
vb.net
=20

          Dim xla As New ExcelApplication()
          bool isMerged =3D wb.Worksheets(0).Cells(0, 0).IsMerged
        
=20
------=_Part_8130_1188190209.1711633271181--