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

Workbook.Height

Description

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

Examples

=20
C#
=20
          //--- Get the height of the workbook window
          int winHeight =3D wb.Height;

          //--- Set the height of the workbook window
          wb.Height =3D 500;
        
=20
vb.net
=20
          '--- Get the height of the workbook window
          Dim winHeight As Integer =3D wb.Height

          '--- Set the height of the workbook window
          wb.Height =3D 500
        
=20
------=_Part_9354_162914729.1711689326702--