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

TableCell.VerticalMerged

Description

Returns or sets a=20 boolean that represents if this cell is merged with one or mor= e cells vertically. The first cell will contain all the content.=20
C#
=20
public boolean VerticalMerged{ get; set; }=20
=20
vb.net
=20
Public Property VerticalMerged() As Boolean=20
=20

Examples

 
C#
=20
          //--- Return VerticalMerged
          bool merged =3D cell.VerticalMerged;

          //--- Set VerticalMerged
          cell.VerticalMerged =3D true;
        
=20
vb.net
=20
          '--- Return VerticalMerged
          Dim merged As Boolean =3D cell.VerticalMerged

          '--- Set VerticalMerged
          cell.VerticalMerged =3D True
        
=20
=20

Examples

 
------=_Part_10188_1128338437.1711715933141--