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

Workbook.Width

Description

Sets or returns the width of the workbook's window.=20
C#
=20
public int Width{ get; set; }
=20
=20
vb.net
=20
Public Property Width() As Integer
=20
=20

Examples

=20
C#
=20
          //--- Get the width of the workbook window
          int winWidth =3D wb.Width;

          //--- Set the width of the workbook window
          wb.Width =3D 500;
        
=20
vb.net
=20
          '--- Get the width of the workbook window
          Dim winWidth As Integer =3D wb.Width

          '--- Set the width of the workbook window
          wb.Width =3D 500
        
=20
------=_Part_9062_46088877.1711674761140--