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

PageSetup.TopMargin

Description

Sets or returns the value for the top margin in inches. This is the = space between the worksheet data and the top edge of the printed page. This= is set to 1 by default. The valid range of values are 0 through 100, and i= s also limited by paper size.=20
C#
=20
<p> public double TopMargin{ get; set; }&=
lt;/p>
=20
=20
vb.net
=20
<p>Public Property TopMargin() As Double&l=
t;/p>
=20

Examples

=20
C#
=20
          //--- Get TopMargin
          double tpMargin =3D ps.TopMargin;

          //--- Set TopMargin
          ps.TopMargin =3D 1.5;
        
=20
vb.net
=20
          '--- Get TopMargin
          Dim tpMargin As Double =3D ps.TopMargin

          '--- Set TopMargin
          ps.TopMargin =3D 1.5
        
=20

------=_Part_9168_458654324.1711678558965--