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

PageSetup.PrintCommentsAtEnd

Description

Sets or returns whether comments will be printed at the end of the w= orksheet, or if they will be printed as they are displayed. If set to=20 true, comments will be printed at the end.

(This is not supported for charts.)

C#
=20
<p> public boolean PrintCommentsAtEnd{ ge=
t; set; }</p>
=20
=20
vb.net
=20
<p>Public Property PrintCommentsAtEnd() As=
 Boolean</p>
=20

Examples

=20
C#
=20
          //--- Get PrintCommentsAtEnd
          bool commentsAtEnd =3D ps.PrintCommentsAtEnd;

          //--- Set PrintCommentsAtEnd
          ps.PrintCommentsAtEnd =3D true;
        
=20
vb.net
=20
          '--- Get PrintCommentsAtEnd
          Dim commentsAtEnd As Boolean =3D ps.PrintCommentsAtEnd

          '--- Set PrintCommentsAtEnd
          ps.PrintCommentsAtEnd =3D True
        
=20

------=_Part_10004_2018217414.1711709008184--