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

CopyPasteProperties.CopyFormatting

Description

A boolean value indicating whether or not to copy cell formatting. C= ell formatting includes font, color, number formatting, fill color, fill pa= ttern and borders.=20
C#
=20
public boolean CopyFormatting{ get; set; }=20
=20
vb.net
=20
Public Property CopyFormatting() As Boolean=20
=20

Examples

=20
C#
=20
          //--- Is the property object set to copy cell formatti=
ng?
          boolean willCopyFormatting =3D copyPasteProperties.CopyFormatting=
;

          //--- Set the property object to copy cell formatting.
          copyPasteProperties.CopyFormatting =3D true;
        
=20
vb.net
=20
          '--- Is the property object set to copy cell formattin=
g?
          Dim willCopyFormatting As Boolean =3D copyPasteProperties.CopyFor=
matting

          '--- Set the property object to copy cell formatting.
          copyPasteProperties.CopyFormatting =3D True
        
=20
------=_Part_9142_354470885.1711677672677--