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

Workbook.FirstDisplayedTab

Description

Sets or returns the first worksheet tab to display in the tab bar at= the bottom of the workbook window.=20
C#
=20
public int FirstDisplayedTab{ get; set; }
= =20
=20
vb.net
=20
Public Property FirstDisplayedTab() As Integer=20
=20

Examples

=20
C#
=20
          //--- Get the FirstDisplayedTab value of the workbook
          int firstTab =3D wb.FirstDisplayedTab;

          //--- Set the FirstDisplayedTab value of the workbook
          wb.FirstDisplayedTab =3D 0;
        
=20
vb.net
=20
          '--- Get the FirstDisplayedTab value of the workbook
          Dim firstTab As Integer =3D wb.FirstDisplayedTab

          '--- Set the FirstDisplayedTab value of the workbook
          wb.FirstDisplayedTab =3D 0
        
=20
------=_Part_8594_1294086214.1711651450580--