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

CopyPasteProperties.CopyMergedCells

Descript= ion

=20

A boolean value indicating whether or not to copy merged cells.

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

Remarks

If this= value is set to false, any content inside merged cells in the source works= heet will be ignored.=20

Examples

=20
C#
=20

          //--- Is the property object set to copy merged cells?
          boolean willCopyMergedCells =3D copyPasteProperties.CopyMergedCel=
ls;

          //--- Set the property object to copy cell values.
          copyPasteProperties.CopyMergedCells =3D true;
        
=20
=20
vb.net
=20

          '--- Is the property object set to copy merged cells?
          Dim willCopyMergedCells As Boolean =3D copyPasteProperties.CopyMe=
rgedCells

          '--- Set the property object to copy merged cells.
          copyPasteProperties.CopyMergedCells =3D True
        
=20
------=_Part_10320_1137517312.1711721680417--