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

PageSetup.RightMargin

Description

Sets or returns the value of the right margin in inches. This is the= space between the worksheet data and the right edge of the printed page. T= his is set to.75 by default. The valid range of values is 0 through 100, an= d is also limited by paper size.=20
C#
=20
<p> public double RightMargin{ get; set; =
}</p>
=20
=20
vb.net
=20
<p>Public Property RightMargin() As Double=
</p>
=20
=20

Examples

 
C#
=20
          //--- Get RightMargin
          double rghtMargin =3D ps.RightMargin;

          //--- Set RightMargin
          ps.RightMargin =3D 1;
        
=20
vb.net
=20
          '--- Get RightMargin
          Dim rghtMargin As Double =3D ps.RightMargin

          '--- Set RightMargin
          ps.RightMargin =3D 1
        
=20
=20

Examples

 
------=_Part_10404_1489884.1711723737377--